diff options
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | ### These files shkuld get ignored no matter where they appear. | 1 | ### These files should get ignored no matter where they appear. |
2 | 2 | ||
3 | # Editors leave these lying around | 3 | # Editors leave these lying around |
4 | \#*\# | 4 | \#*\# |
@@ -43,7 +43,8 @@ tests/arc4random_fork* | |||
43 | tests/explicit_bzero* | 43 | tests/explicit_bzero* |
44 | tests/mont* | 44 | tests/mont* |
45 | tests/timingsafe* | 45 | tests/timingsafe* |
46 | tests/*test*.c | 46 | tests/*test |
47 | tests/*test.c | ||
47 | tests/*.pem | 48 | tests/*.pem |
48 | tests/testssl | 49 | tests/testssl |
49 | tests/*.txt | 50 | tests/*.txt |