summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2014-03-18 07:03:38 +0000
committerHeikki Linnakangas2014-03-18 07:03:38 +0000
commit02dbf707424e2d58bf5845b6e418947349e19eea (patch)
tree4a2cb1dc8d7cb81394ff9c450792e9efe020994f
parent30489f56c17f9e0e69d38b4667a1f0cb6f2fb269 (diff)
Add test/Makefile to .gitignore.
It's generated from test/Makefile.in now.
-rw-r--r--test/.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/.gitignore b/test/.gitignore
index f1f0766..676debf 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -1,2 +1,4 @@
-# Generated subdirectory
+# Generated by running the tests
/results/
+# Generated by autoconf
+Makefile \ No newline at end of file