update .gitignore to ignore more build artifacts (#475)
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -6,13 +6,16 @@ Makefile
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
|
compile
|
||||||
config.*
|
config.*
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
|
**/.dirstamp
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
missing
|
missing
|
||||||
src/.deps/
|
**.m4
|
||||||
|
**/.deps/
|
||||||
src/ncmpcpp
|
src/ncmpcpp
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
|||||||
Reference in New Issue
Block a user