From 7e6b1c8c105136fa91acdf9cdf594275c9157d60 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Sat, 28 Apr 2018 12:49:50 -0400 Subject: [PATCH] Added ignore file --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f8cd9e --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +#Ignore all executables +Cipher* + +#Ignore all libraries +lib* + +#Ignore all VSCode files +.vscode/* \ No newline at end of file