Add the release tarball to the .gitignore list and the list of files to

clean.
This commit is contained in:
Guy Harris 2009-06-07 14:29:45 -07:00
parent e8c09a5302
commit 6c24bfd422
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,4 +8,5 @@ config.status
.devel
tcpdump
tcpdump.1
tcpdump-*.tar.gz
version.c

View 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 \