From 9c60a3bc3e9929c2f987936b252d1caaaee7c298 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Tue, 1 May 2018 22:31:04 -0700 Subject: [PATCH] Ignore the Haskell executable I generated. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2477cb4..8ca1bed 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ Cargo.lock # And some Haskell stuff, because I can't shake it! **/cabal.sandbox.config **/.cabal-sandbox +tests/rsa/GenerateRSATests.hi +tests/rsa/GenerateRSATests.o +tests/rsa/gen