Add straggling files to ignore list

This commit is contained in:
Danny Robson 2013-02-26 18:32:36 +11:00
parent 6f4d899c0b
commit 0b30b56c58
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,4 +21,5 @@ Makefile
Makefile.in Makefile.in
/missing /missing
/stamp-h1 /stamp-h1
/test-driver
/version.cpp /version.cpp

2
test/.gitignore vendored
View File

@ -6,11 +6,13 @@
/float* /float*
/hton* /hton*
/ip* /ip*
/json
/json-check* /json-check*
/maths* /maths*
/matrix* /matrix*
/option /option
/pool* /pool*
/range* /range*
/region*
/signal* /signal*
/version* /version*