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:
3
server/modules/routing/.gitignore
vendored
3
server/modules/routing/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
*.o
|
||||
*.so
|
||||
depend.mk
|
||||
@ -1,3 +0,0 @@
|
||||
*.o
|
||||
*.so
|
||||
depend.mk
|
||||
Reference in New Issue
Block a user