diff options
author | Jack Lloyd <[email protected]> | 2015-11-24 17:53:44 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-11-24 17:53:44 -0500 |
commit | 07e18a8a4f6bc07c51be527ec47df324330ec6fa (patch) | |
tree | c6a1f377a87ab569619d5fbc4dc609972f01e013 /.gitignore | |
parent | 5f208fab1890e2ad64b52306eccd82f031425c7a (diff) |
Ignore anything in the output dir
[ci skip]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 998a8a173..27b84e513 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,4 @@ cachegrind.* callgrind.* # Test output -src/tests/outdata/*.pem +src/tests/outdata |