Add .*~ to files removed by "clean"

This commit is contained in:
Tom Eastep 2009-08-23 12:55:29 -07:00
parent e24dbb9aea
commit 6b5493b81c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ $(VARDIR)/${RESTOREFILE}: $(CONFDIR)/*
fi
clean:
@rm -f $(CONFDIR)/*~
@rm -f $(CONFDIR)/*~ $(CONFDIR)/.*~
.PHONY: clean
# EOF

View File

@ -15,7 +15,7 @@ $(VARDIR)/${RESTOREFILE}: $(CONFDIR)/*
fi
clean:
@rm -f $(CONFDIR)/*~
@rm -f $(CONFDIR)/*~ $(CONFDIR)/.*~
.PHONY: clean
# EOF