From 8d13becb052e3378e33c26a9d4dc5c2ff62387e1 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Mon, 30 Apr 2018 00:57:43 -0400 Subject: [PATCH] Added ignore for text files used to test the program --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3f8cd9e..bfbb743 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ Cipher* lib* #Ignore all VSCode files -.vscode/* \ No newline at end of file +.vscode/* + +#Ignore all Test files +*.txt \ No newline at end of file