first commit
This commit is contained in:
parent
c67b9d6f27
commit
88e1bc502f
|
@ -26,3 +26,22 @@ _$*
|
|||
*.ln
|
||||
core
|
||||
# CVS default ignores end
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
.deps
|
||||
config.guess
|
||||
config.status
|
||||
config.sub
|
||||
config.log
|
||||
configure
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.h
|
||||
config.h.in
|
||||
stamp-h1
|
|
@ -0,0 +1,8 @@
|
|||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.h
|
||||
config.h.in
|
|
@ -0,0 +1,8 @@
|
|||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.h
|
||||
config.h.in
|
Loading…
Reference in New Issue