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

7
server/test/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
bin/
Documentation/
etc/
lib/
log/
modules/
mysql/