From 1550d384c2faa9bdc222c11031903fda9435c615 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 10 Sep 2014 15:37:17 -0400 Subject: [PATCH] Fixing .gitignore to ignore slsc and not pyc --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d20b64..dc096d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -*.pyc +*.slsc