From 5f760eadd5086e93dca80e939d8c37884947f8c7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 7 Jun 2009 11:48:58 -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 80d6e8e..0e9c4a8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ libpcap.a libpcap.*.dylib libpcap.sl libpcap.so.* +libpcap-*.tar.gz pcap-config pcap-filter.manmisc pcap-linktype.manmisc diff --git a/Makefile.in b/Makefile.in index d0bc549..ea63219 100644 --- a/Makefile.in +++ b/Makefile.in @@ -556,7 +556,7 @@ uninstall-shared-dylib: rm -f $(DESTDIR)$(libdir)/libpcap.dylib clean: - rm -f $(CLEANFILES) libpcap.$(DYEXT) + rm -f $(CLEANFILES) libpcap.$(DYEXT) $(PROG)-`cat VERSION`.tar.gz distclean: clean rm -f Makefile config.cache config.log config.status \