update to gitignore - add exclusions for libtool and some source files
This commit is contained in:
parent
de38500b8f
commit
1a7170cf9f
6
.gitignore
vendored
6
.gitignore
vendored
@ -6,6 +6,8 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
|
||||||
# Packages #
|
# Packages #
|
||||||
############
|
############
|
||||||
@ -39,10 +41,14 @@ Makefile
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
configure*
|
configure*
|
||||||
.deps
|
.deps
|
||||||
|
.libs
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
compile
|
||||||
config.*
|
config.*
|
||||||
depcomp
|
depcomp
|
||||||
install-sh
|
install-sh
|
||||||
missing
|
missing
|
||||||
stamp*
|
stamp*
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user