From fa6daed904bfbfc217c7dbf0c98c1a7676f80787 Mon Sep 17 00:00:00 2001 From: Curtis F Kaylor Date: Wed, 20 Nov 2019 01:22:54 -0500 Subject: [PATCH] Added .gitignore to repository --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae1d7b7..48faa14 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,7 @@ output #Deprecated Files */oldclude -*/*.zip \ No newline at end of file +*/*.zip + +#Private Directories +notes \ No newline at end of file