Add a few .gitignore files
This commit is contained in:
parent
863e16fbac
commit
f89507a8bf
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
Makefile
|
||||
*.a
|
||||
*.dll
|
||||
*.dylib
|
||||
*.o
|
||||
*.so
|
||||
*.so.*
|
1
data/.gitignore
vendored
Normal file
1
data/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/libDatabase.pc
|
2
tests/.gitignore
vendored
Normal file
2
tests/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/pylint.log
|
||||
/tests.log
|
1
tools/.gitignore
vendored
Normal file
1
tools/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/client
|
Loading…
Reference in New Issue
Block a user