From: Martin Storsjö Date: Thu, 26 Jun 2014 07:30:41 +0000 (+0300) Subject: Add missing entries to .gitignore X-Git-Tag: nettle_3.1rc1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e5b4910ce122f5b47ad3fdc67ee7afc47c470dd;p=thirdparty%2Fnettle.git Add missing entries to .gitignore Ignore the newly generated bignum.h, also ignore OS X dylibs and lib{nettle,hogweed}.stamp. --- diff --git a/.gitignore b/.gitignore index 9fb025ef..2af4d2de 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ TAGS *.so *.exe *.dll +*.dylib core /*.d /*.po @@ -20,6 +21,7 @@ core /.lib /*.asm /Makefile +/bignum.h /config.cache /config.h /config.h.in @@ -37,7 +39,7 @@ core /aesdata /desdata /eccdata -/eccdata.stamp +/*.stamp /gcmdata /shadata /twofishdata