[distclean] more files to remove

This commit is contained in:
Timothy Stack 2021-09-07 22:39:39 -07:00
parent 1e1abcc97e
commit 86e84e1dab
3 changed files with 13 additions and 1 deletions

View File

@ -90,6 +90,15 @@ TESTS = \
test_tailer.sh
DISTCLEANFILES = \
*.dat \
*.err \
*.db \
*.dpt \
*.diff \
*.index \
*.tmp \
*.errbak \
*.tmpbak \
tailerbin.h \
tailerbin.cc

View File

@ -72,5 +72,7 @@ DISTCLEANFILES = \
*.diff \
*.index \
*.tmp \
*.errbak \
*.tmpbak \
*.gz \
*.bz2

View File

@ -405,6 +405,8 @@ DISTCLEANFILES = \
*.tmp \
*.gz \
*.bz2 \
*.errbak \
*.tmpbak \
*.xz \
hw.txt \
hw2.txt \
@ -440,5 +442,4 @@ distclean-local:
$(RM_V)rm -rf nested
$(RM_V)rm -rf test-config
$(RM_V)rm -rf .lnav
$(RM_V)rm *.tmpbak *.errbak
$(RM_V)rm -rf ../installer-test-home