Add a few .gitignore files
This commit is contained in:
parent
66c17ec523
commit
c08f252260
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Makefile
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
*.dylib
|
||||||
|
*.so
|
||||||
|
*.so.*
|
||||||
|
*.so.*.*
|
||||||
|
/config.h
|
||||||
|
/config.sh
|
1
data/.gitignore
vendored
Normal file
1
data/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/cpp.pc
|
1
src/.gitignore
vendored
Normal file
1
src/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/cpp
|
Loading…
Reference in New Issue
Block a user