diff options
author | Guy Harris <gharris@steve.local> | 2009-06-07 14:27:06 -0700 |
---|---|---|
committer | Guy Harris <gharris@steve.local> | 2009-06-07 14:27:06 -0700 |
commit | e8c09a530245ca21477d264fbd23a18438d6d538 (patch) | |
tree | 472160ad5e163b3238269289cbe29b28429e3006 /.gitignore | |
parent | 7e6045579a1a6fc9c9ba6479ac97a50739e2ef21 (diff) | |
download | tcpdump-e8c09a530245ca21477d264fbd23a18438d6d538.tar.gz |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ Makefile *~ *.o -config.* +config.h +config.log +config.cache +config.status +.devel tcpdump tcpdump.1 version.c |