From 6c24bfd42219170a09ff9f664fd0412624a568d4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 7 Jun 2009 14:29:45 -0700 Subject: [PATCH] Add the release tarball to the .gitignore list and the list of files to clean. --- .gitignore | 1 + Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 \