]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: clean up .dep files on make clean
authorDave Chinner <david@fromorbit.com>
Wed, 27 Jan 2010 09:33:14 +0000 (20:33 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 27 Jan 2010 09:33:14 +0000 (20:33 +1100)
And make git ignore them, too.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
.gitignore
include/buildrules

index b06e07489cc697251151e1379ccf64961d39a2a1..aa6cd35aa2e57b66e97b13b00bd7177a22c93470 100644 (file)
@@ -1,5 +1,6 @@
 # object files
 *.o
+.dep
 
 # build system
 .census
index d1a3a6f4b5032d18eca93c527d7d98b0be98ae60..1695e235981fc2c3a3319f2d8cc54650bfbbcab4 100644 (file)
@@ -7,7 +7,7 @@ _BUILDRULES_INCLUDED_ = 1
 include $(TOPDIR)/include/builddefs
 
 clean clobber : $(addsuffix -clean,$(SUBDIRS))
-       @rm -f $(DIRT)
+       @rm -f $(DIRT) .dep
        @rm -fr $(DIRDIRT)
 %-clean:
        @echo "Cleaning $*"