mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 02:23:27 +08:00
Add the release tarball to the .gitignore list and the list of files to
clean.
This commit is contained in:
parent
e8c09a5302
commit
6c24bfd422
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,4 +8,5 @@ config.status
|
||||
.devel
|
||||
tcpdump
|
||||
tcpdump.1
|
||||
tcpdump-*.tar.gz
|
||||
version.c
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user