diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-12-01 22:41:48 +0000 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-12-01 22:41:48 +0000 |
commit | 6462d8566cc10b47473803e3e9e9547cec6524be (patch) | |
tree | db7bf8dac5bbd2955408a762e8746090fc1ebefe | |
parent | 8f17ac9e627569453a7acb7b5ef9952f87a80e5f (diff) | |
download | RSAComb-6462d8566cc10b47473803e3e9e9547cec6524be.tar.gz RSAComb-6462d8566cc10b47473803e3e9e9547cec6524be.zip |
Temporary add tests folder to .gitignore
This is until the testing suite is ready to run on the server.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ | |||
2 | # Temporary | 2 | # Temporary |
3 | .scalafmt.conf | 3 | .scalafmt.conf |
4 | resources/ | 4 | resources/ |
5 | tests/ | ||
5 | lib/ | 6 | lib/ |
6 | 7 | ||
7 | # Scala | 8 | # Scala |