Skip to content

Commit

Permalink
gitignore: Add more compiler output to be ignored by git.
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Mar 31, 2021
1 parent b158fc8 commit 05edee5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@
*.trs
*.T
/crypt.h
/crypt.h.stamp
/crypt-hashes.h
/crypt-hashes.h.stamp
/crypt-symbol-vers.h
/crypt-symbol-vers.h.stamp
/libcrypt.map
/libcrypt.map.stamp
gen-des-tables
test/alg-des
test/alg-gost3411-2012
Expand Down Expand Up @@ -81,6 +85,7 @@ test/crypt-sunmd5
test/crypt-yescrypt
test/des-obsolete
test/des-obsolete_r
test/explicit-bzero
test/fcrypt-enosys
test/gensalt
test/gensalt-nthash
Expand All @@ -107,6 +112,7 @@ test/preferred-method
test/short-outbuf
test/special-char-salt
/xcrypt.h
/xcrypt.h.stamp

# backup-files
*~
Expand Down

0 comments on commit 05edee5

Please sign in to comment.