Add .gitignore.
This commit is contained in:
parent
9d65cc690e
commit
df4199e336
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
*.dll
|
||||
*.dylib
|
||||
*.o
|
||||
*.orig
|
||||
*.so
|
||||
*~
|
||||
.deps
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
buildsys.mk
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
tests/tests
|
Reference in a new issue