Add a few .gitignore files

This commit is contained in:
Pierre Pronchery 2015-04-30 19:52:33 +02:00
parent 863e16fbac
commit f89507a8bf
4 changed files with 11 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
Makefile
*.a
*.dll
*.dylib
*.o
*.so
*.so.*

1
data/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/libDatabase.pc

2
tests/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/pylint.log
/tests.log

1
tools/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/client