]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add missing entries to .gitignore
authorMartin Storsjö <martin@martin.st>
Thu, 26 Jun 2014 07:30:41 +0000 (10:30 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 26 Jun 2014 20:39:12 +0000 (22:39 +0200)
Ignore the newly generated bignum.h, also ignore OS X dylibs
and lib{nettle,hogweed}.stamp.

.gitignore

index 9fb025ef3fa75ce4994995a4f302e66962165cb7..2af4d2de35aa8d3eb2b66196da7edd381c424420 100644 (file)
@@ -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