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:
5
query_classifier/.gitignore
vendored
5
query_classifier/.gitignore
vendored
@ -1,5 +0,0 @@
|
||||
*.o
|
||||
*.so
|
||||
*.so.*
|
||||
depend.mk
|
||||
|
2
query_classifier/test/.gitignore
vendored
Normal file
2
query_classifier/test/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# binaries generated here
|
||||
testmain
|
Reference in New Issue
Block a user