From 14a6c7c86cd9863a4b81dbfd935fb6392a40acff Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 30 Apr 2022 17:02:14 +0100 Subject: [PATCH] .gitignore: Absorb `t/.gitignore'. The ignored files are mostly global machinery which happens to be tucked away in `t/'. --- .gitignore | 7 +++++++ t/.gitignore | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 t/.gitignore diff --git a/.gitignore b/.gitignore index 4767c46..32d2ec1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,10 @@ Makefile.in /configure /config/ /precomp/ + +## Test machinery. +/t/autotest.am +/t/package.m4 +/t/testsuite.at +/t/testsuite +/t/tests.m4 diff --git a/t/.gitignore b/t/.gitignore deleted file mode 100644 index 8392db0..0000000 --- a/t/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -autotest.am -package.m4 -testsuite.at -testsuite -tests.m4 -- 2.11.0