dect
/
libpcap
Archived
13
0
Fork 0

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 11:48:58 -07:00
parent 4c8ab2f107
commit 5f760eadd5
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ libpcap.a
libpcap.*.dylib
libpcap.sl
libpcap.so.*
libpcap-*.tar.gz
pcap-config
pcap-filter.manmisc
pcap-linktype.manmisc

View File

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