diff options
author | Edward Moulsdale <eddie.moulsdale@gmail.com> | 2024-03-01 07:17:59 +0000 |
---|---|---|
committer | Edward Moulsdale <eddie.moulsdale@gmail.com> | 2024-03-01 07:17:59 +0000 |
commit | e461496ecb89263d1df052b1876ad607b196b58d (patch) | |
tree | 73e2a19b271c2ad30ed40b57f79f005ae8efffdd /.gitignore | |
parent | 7d2ca2d8ac49cde9767e00b70f9eaf1920eb266d (diff) | |
download | redot-engine-e461496ecb89263d1df052b1876ad607b196b58d.tar.gz |
Add unit tests for CryptoKey
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f43b81f286..d40f4d3948 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ logs/ # Generated by unit tests tests/data/*.translation +tests/data/crypto/out* ############################ ### General build output ### |