From: Mark Wooding Date: Sat, 30 Apr 2022 16:02:14 +0000 (+0100) Subject: .gitignore: Absorb `t/.gitignore'. X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/14a6c7c86cd9863a4b81dbfd935fb6392a40acff .gitignore: Absorb `t/.gitignore'. The ignored files are mostly global machinery which happens to be tucked away in `t/'. --- 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