diff options
author | Zack Weinberg <zackw@panix.com> | 2018-07-12 12:23:59 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-07-12 12:23:59 -0400 |
commit | 77461c03422ce1f5829b0180e68c4bdbf914956c (patch) | |
tree | d9fef403fcfc17b566ba028996771aed7ed58cd2 /.gitignore | |
parent | b9064279d0d73e7d1f0ce3de3d52c31ed7a8ca2e (diff) | |
download | libxcrypt-77461c03422ce1f5829b0180e68c4bdbf914956c.tar.gz libxcrypt-77461c03422ce1f5829b0180e68c4bdbf914956c.tar.bz2 libxcrypt-77461c03422ce1f5829b0180e68c4bdbf914956c.zip |
Add two more test programs to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,7 @@ /test-alg-sha256 /test-alg-sha512 /test-badsalt +/test-badsetting /test-bigcrypt /test-byteorder /test-crypt-bcrypt @@ -67,6 +68,7 @@ /test-des-obsolete /test-des-obsolete_r /test-gensalt +/test-short-outbuf # backup-files |