From 0e5b4910ce122f5b47ad3fdc67ee7afc47c470dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st> Date: Thu, 26 Jun 2014 10:30:41 +0300 Subject: [PATCH] Add missing entries to .gitignore Ignore the newly generated bignum.h, also ignore OS X dylibs and lib{nettle,hogweed}.stamp. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- GitLab