diff options
author | John Ferguson <j-n-f@users.noreply.github.com> | 2021-04-25 13:37:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 19:37:27 +0200 |
commit | 295663fc1cbfe2be5c501f9f819bdb29208aed0a (patch) | |
tree | d21aa51cf1a2e78142aced888b6eb07500b0b86f /.gitignore | |
parent | 231c0970c953f5c8213cb293cba54398b45e0647 (diff) |
update .gitignore to ignore more build artifacts (#475)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |