From: Denis Ovsienko Date: Sun, 5 Mar 2023 19:14:25 +0000 (+0000) Subject: Refine the patterns in .gitignore. [skip ci] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/5414c0e869efb4cdd3df8983a707711790bf7432 Refine the patterns in .gitignore. [skip ci] Spell patterns that are supposed to apply at the source tree root only and remove two patterns that already appear in tests/.gitignore. --- diff --git a/.gitignore b/.gitignore index 2ecabdcc..71b90611 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,27 @@ *.orig *.rej -Makefile +/Makefile *~ -*.o +/*.o *.gcda *.gcno *.gcov -libnetdissect.a -config.h -config.h.in -config.log -config.cache -config.status -configure -.devel -os-proto.h -stamp-h -stamp-h.in -tcpdump -tcpdump.1 -tcpdump-*.tar.gz +/libnetdissect.a +/config.h +/config.h.in +/config.log +/config.cache +/config.status +/configure +/.devel +/os-proto.h +/stamp-h +/stamp-h.in +/tcpdump +/tcpdump.1 +/tcpdump-*.tar.gz failure-outputs.txt -autom4te.cache/ +/autom4te.cache/ *.VC.db *.VC.opendb ALL_BUILD.vcxproj* @@ -42,7 +42,5 @@ netdissect.dir/ tcpdump.dir/ tcpdump.sln .vs/ -.passed -.failed -instrument_functions_global.devel -instrument_functions_off.devel +/instrument_functions_global.devel +/instrument_functions_off.devel