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
|
||||
*.o
|
||||
*.so
|
||||
*.la
|
||||
*.lo
|
||||
|
||||
# Packages #
|
||||
############
|
||||
@ -39,10 +41,14 @@ Makefile
|
||||
Makefile.in
|
||||
configure*
|
||||
.deps
|
||||
.libs
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
config.*
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
stamp*
|
||||
libtool
|
||||
ltmain.sh
|
||||
|
Loading…
Reference in New Issue
Block a user