summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2013-09-08 17:23:24 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2013-09-08 17:23:24 -0500
commit60e4990d1d7feca862bf6daeac2a268f6c8bda69 (patch)
tree943224b25ec9571767acf5599395145c78c56e0b
parent8d18815f8aab102c707f63933dd56b352ca8a65e (diff)
downloadjson-c-60e4990d1d7feca862bf6daeac2a268f6c8bda69.tar.gz
The updated test driver creates .log and .trs files; ignore them.
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f3b18f1..a920d40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,8 @@
/tests/test_printbuf
/tests/test_set_serializer
/tests/*.vg.out
+/tests/*.log
+/tests/*.trs
/Debug
/Release
*.lo