diff options
author | Björn Esser <besser82@fedoraproject.org> | 2021-03-31 08:24:29 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2021-03-31 08:43:46 +0200 |
commit | 05edee51ae9cba052e24aa124deccf5ad20f6b43 (patch) | |
tree | 9bdfcf58583f5447c366c7fd69b45ab37068eaba /.gitignore | |
parent | b158fc8bc4eb70d45bad13128f25451c1a707d17 (diff) | |
download | libxcrypt-05edee51ae9cba052e24aa124deccf5ad20f6b43.tar.gz libxcrypt-05edee51ae9cba052e24aa124deccf5ad20f6b43.tar.bz2 libxcrypt-05edee51ae9cba052e24aa124deccf5ad20f6b43.zip |
gitignore: Add more compiler output to be ignored by git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 @@ -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 @@ -107,6 +112,7 @@ test/preferred-method test/short-outbuf test/special-char-salt /xcrypt.h +/xcrypt.h.stamp # backup-files *~ |