From: Greg Hudson Date: Mon, 9 Jul 2012 16:40:57 +0000 (-0400) Subject: Add *~ to .gitignore X-Git-Tag: krb5-1.11-alpha1~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d15ec390a802e26c77f18bb0b4dcf11ee5d406;p=thirdparty%2Fkrb5.git Add *~ to .gitignore This covers src/include/autoconf.h.in~ which can be created by util/reconf. --- diff --git a/.gitignore b/.gitignore index 93d0821a59..840bc65482 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*~ *.a *.dylib *.o