update .gitignore to ignore more build artifacts (#475)

master
John Ferguson 5 years ago committed by GitHub
parent 231c0970c9
commit 295663fc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .gitignore

5
.gitignore vendored

@ -6,13 +6,16 @@ Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.*
configure
depcomp
**/.dirstamp
install-sh
libtool
ltmain.sh
missing
src/.deps/
**.m4
**/.deps/
src/ncmpcpp
stamp-h1

Loading…
Cancel
Save