diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-01-26 12:46:14 -0600 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-01-26 12:46:14 -0600 |
commit | 4375e297b19bc2177e17cc5616e75d96be053328 (patch) | |
tree | e62b542ae6bb600332912e14c480270709934760 /.gitignore | |
parent | f8009b4d504de0ed752b867893acd263108409e0 (diff) |
Add testing and start testing hash table functionality.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,9 @@ *.la *.lo *.tar.gz +*.gcno +*.gcda +*.gcov .deps .libs @@ -29,3 +32,8 @@ Makefile Makefile.in missing stamp-h1 +temp.txt + +/tests/coverage +/tests/coverage.info +/tests/hash-test |