summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 11:21:08 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 11:21:08 (EST)
commit34bfde24fa775a0323ed4b0629e5412d59b68512 (patch)
treeaf47f929bee41b0153e09f43140b449fb8516614
parente983f666c1acbe2f5c7d0213cd104c7f6de1e3de (diff)
.gitignore: Ignore test programs and logs
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9d88958..b4b96fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,7 @@ man/*.[18].mdwn
*-*/
*-*.tar*
.builddirstamp
+tests/*[^.]??
+tests/*.log
+tests/*.trs
+test-suite.log