summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-06-26 13:49:52 +0000
committerMartin Quinson <mquinson@debian.org>2003-06-26 13:49:52 +0000
commitd9b69c9ddb9bcfd2e7df4537cd8548b4f3c3fa7e (patch)
tree0c9b761623aa4b7d018cd02cfbe2329ae0e2dad1
parent26c0492203ca83fcc3a2de2781928b9e3c5fe9be (diff)
downloadquilt-d9b69c9ddb9bcfd2e7df4537cd8548b4f3c3fa7e.tar.gz
DIRT += $(shell find -name '.#*') [generated by emacs when working on a CVS tree]
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a73f7d9..5f78688 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,6 +40,7 @@ ISODATE := $(shell date +%Y-%m-%d)
#-----------------------------------------------------------------------
DIRT += $(shell find -name '*~')
+DIRT += $(shell find -name '.#*')
SRC += COPYING AUTHORS TODO BUGS Makefile.in \
configure.ac config/install-sh \