From f83b8a3fe5a29a0a7d51f743d5ac1a1616bbd76c Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Tue, 15 May 2018 15:42:51 -0700 Subject: [PATCH] Ignore more things. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1be21df..5ccc912 100644 --- a/.gitignore +++ b/.gitignore @@ -17,9 +17,9 @@ Cargo.lock **/.cabal-sandbox # Test generation leavings -tests/rsa/GenerateRSATests.hi -tests/rsa/GenerateRSATests.o -tests/rsa/gen +**/*.hi +**/*.o +**/gen tests/dsa/*.class tests/dsa/*.jar