Update .gitignore
parent
9394984137
commit
da66d444b8
|
@ -1,12 +1,18 @@
|
||||||
*.stamp
|
/autom4te.cache/
|
||||||
|
/build/
|
||||||
|
.deps/
|
||||||
|
*.o
|
||||||
|
*.*stamp
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
Makefile
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache/
|
|
||||||
build/
|
|
||||||
compile
|
compile
|
||||||
config.h.in
|
config.*
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
missing
|
missing
|
||||||
|
stamp-h1
|
||||||
|
|
||||||
src/*.c
|
src/*.c
|
||||||
|
onchanged
|
||||||
|
|
Loading…
Reference in New Issue