Adding .gitignore
This commit is contained in:
parent
40c2cdcf3c
commit
dd8e2bca89
|
|
@ -0,0 +1,12 @@
|
|||
# http://www.gnu.org/software/automake
|
||||
Makefile.in
|
||||
|
||||
# http://www.gnu.org/software/autoconf
|
||||
/autom4te.cache
|
||||
/aclocal.m4
|
||||
/compile
|
||||
/configure
|
||||
/depcomp
|
||||
/install-sh
|
||||
/missing
|
||||
/stamp-h1
|
||||
Loading…
Reference in New Issue