Ignore the Haskell executable I generated.

This commit is contained in:
2018-05-01 22:31:04 -07:00
parent 7c28727f73
commit 9c60a3bc3e

3
.gitignore vendored
View File

@@ -15,3 +15,6 @@ Cargo.lock
# And some Haskell stuff, because I can't shake it! # And some Haskell stuff, because I can't shake it!
**/cabal.sandbox.config **/cabal.sandbox.config
**/.cabal-sandbox **/.cabal-sandbox
tests/rsa/GenerateRSATests.hi
tests/rsa/GenerateRSATests.o
tests/rsa/gen