Skip to content

Commit 05edee5

Browse files
committed
gitignore: Add more compiler output to be ignored by git.
1 parent b158fc8 commit 05edee5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@
4545
*.trs
4646
*.T
4747
/crypt.h
48+
/crypt.h.stamp
4849
/crypt-hashes.h
50+
/crypt-hashes.h.stamp
4951
/crypt-symbol-vers.h
52+
/crypt-symbol-vers.h.stamp
5053
/libcrypt.map
54+
/libcrypt.map.stamp
5155
gen-des-tables
5256
test/alg-des
5357
test/alg-gost3411-2012
@@ -81,6 +85,7 @@ test/crypt-sunmd5
8185
test/crypt-yescrypt
8286
test/des-obsolete
8387
test/des-obsolete_r
88+
test/explicit-bzero
8489
test/fcrypt-enosys
8590
test/gensalt
8691
test/gensalt-nthash
@@ -107,6 +112,7 @@ test/preferred-method
107112
test/short-outbuf
108113
test/special-char-salt
109114
/xcrypt.h
115+
/xcrypt.h.stamp
110116

111117
# backup-files
112118
*~

0 commit comments

Comments
 (0)