.gitignore: Absorb `t/.gitignore'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 30 Apr 2022 16:02:14 +0000 (17:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 23 Apr 2023 14:53:32 +0000 (15:53 +0100)
The ignored files are mostly global machinery which happens to be tucked
away in `t/'.

.gitignore
t/.gitignore [deleted file]

index 4767c46..32d2ec1 100644 (file)
@@ -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 (file)
index 8392db0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-autotest.am
-package.m4
-testsuite.at
-testsuite
-tests.m4