]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add the release tarball to the .gitignore list and the list of files to
authorGuy Harris <[email protected]>
Sun, 7 Jun 2009 21:29:45 +0000 (14:29 -0700)
committerGuy Harris <[email protected]>
Sun, 7 Jun 2009 21:29:45 +0000 (14:29 -0700)
clean.

.gitignore
Makefile.in

index 58bd24a856ac1db32ad51722e9d6a4059a0c8bb5..bc4726d74cf662d80ceca53490009b9167f5ddca 100644 (file)
@@ -8,4 +8,5 @@ config.status
 .devel
 tcpdump
 tcpdump.1
+tcpdump-*.tar.gz
 version.c
index 57eb2a6bd2cfed053285dbaa967643d8e6fdb140..040a3778ba9668558ec63b3867316c3dc39a603e 100644 (file)
@@ -341,7 +341,7 @@ lint: $(GENSRC)
            grep -v 'possible pointer alignment problem'
 
 clean:
-       rm -f $(CLEANFILES)
+       rm -f $(CLEANFILES) $(PROG)-`cat VERSION`.tar.gz
 
 distclean:
        rm -f $(CLEANFILES) Makefile config.cache config.log config.status \