From: Guy Harris Date: Sun, 7 Jun 2009 21:27:06 +0000 (-0700) Subject: Explicitly list the config.* files to ignore; config.guess and X-Git-Tag: tcpdump-4.1.0~108 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/e8c09a530245ca21477d264fbd23a18438d6d538 Explicitly list the config.* files to ignore; config.guess and config.sub are in the Git repository. Also list .devel as a file to ignore. --- diff --git a/.gitignore b/.gitignore index 7ecfbe6e..58bd24a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ Makefile *~ *.o -config.* +config.h +config.log +config.cache +config.status +.devel tcpdump tcpdump.1 version.c