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 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

Loading…
Cancel
Save