Make .gitignore aware of autoconf artefacts
parent
1989913ba2
commit
1c4d4bc233
|
@ -3,3 +3,15 @@
|
|||
*.so
|
||||
*~
|
||||
.*
|
||||
autom4te.cache
|
||||
aclocal.m4
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
compile
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
Makefile.in
|
||||
Makefile
|
||||
Makefile.am.sample
|
||||
|
|
Loading…
Reference in New Issue