From 4375e297b19bc2177e17cc5616e75d96be053328 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 26 Jan 2011 12:46:14 -0600 Subject: Add testing and start testing hash table functionality. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index aa242e5..8cbe5e9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.1