Add .gitignore.
This commit is contained in:
parent
9f1c80e87d
commit
578e48d922
1 changed files with 17 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
|
||||||
|
autom4te.cache/
|
||||||
|
.deps/
|
||||||
|
|
||||||
|
aclocal.m4
|
||||||
|
stamp-h1
|
||||||
|
config.*
|
||||||
|
compile
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
missing
|
||||||
|
Makefile.in
|
||||||
|
|
||||||
|
Makefile
|
Loading…
Reference in a new issue