From: Guy Harris Date: Sun, 7 Jun 2009 21:29:45 +0000 (-0700) Subject: Add the release tarball to the .gitignore list and the list of files to X-Git-Tag: tcpdump-4.1.0~107 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/6c24bfd42219170a09ff9f664fd0412624a568d4 Add the release tarball to the .gitignore list and the list of files to clean. --- diff --git a/.gitignore b/.gitignore index 58bd24a8..bc4726d7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ config.status .devel tcpdump tcpdump.1 +tcpdump-*.tar.gz version.c diff --git a/Makefile.in b/Makefile.in index 57eb2a6b..040a3778 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \