diff options
author | Simon Warta <[email protected]> | 2015-07-15 00:53:07 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-15 00:53:07 +0200 |
commit | 72d5506ef690ddd56d7de78101683f17b350c8c6 (patch) | |
tree | 1f12aca668af3a89bb98a66004cc7153a8faeaef /.gitignore | |
parent | 0fa9aa8f93fb38d56925818af74605757fea5527 (diff) |
Have an outdata dir for tests
... for peaceful development
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 61601d7bf..d2b351315 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,6 @@ botan_all_*.cpp # Coverage output coverage.info coverage/ + +# Test output +src/tests/outdata/*.pem |