gitignore cleanup

* ignore typical backup files created by common editors
* move general ignore rules like "*.o" or "depend.mk" to top level gitignore
* ignore executables and test directories in target dir gitignore
  as these are local and there's no general catch-all pattern for them
This commit is contained in:
Hartmut Holzgraefe
2014-08-18 09:39:29 +00:00
parent 85c88dbd6b
commit d355e07e2d
14 changed files with 50 additions and 29 deletions

View File

@ -1,5 +0,0 @@
*.o
*.so
*.so.*
depend.mk

2
query_classifier/test/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# binaries generated here
testmain