summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2013-10-24 15:02:50 -0700
committerEric Anholt <eric@anholt.net>2013-10-25 14:59:31 -0700
commitfbd06e4805ffca52a938bba2099cbc17419faacf (patch)
treee35d01c98e004133e180412be642a9791ee3c9b5
parent52a81b7ef561b064f0157af8cf8eeca29b3ec639 (diff)
Update .gitignore files
Just enough to keep "git status" clean after running "make check".
-rw-r--r--.gitignore1
-rw-r--r--tests/.gitignore3
-rw-r--r--tests/set/.gitignore2
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0d682ff..d3e4553 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ ltmain.sh
missing
stamp-h1
cscope.*
+test-driver
diff --git a/tests/.gitignore b/tests/.gitignore
index 37d555f..9af7280 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,3 +1,6 @@
+*.log
+*.trs
+collision
delete_and_lookup
delete_management
destroy_callback
diff --git a/tests/set/.gitignore b/tests/set/.gitignore
index 9cd5918..2aeb095 100644
--- a/tests/set/.gitignore
+++ b/tests/set/.gitignore
@@ -1,3 +1,5 @@
+*.log
+*.trs
delete_and_lookup
delete_management
destroy_callback