From cc67d1525d633b7b4252e2f3bb3787608a467e53 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Thu, 1 Aug 2013 13:07:25 -0500 Subject: [PATCH] ignore pyc --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0185a84..ccc8ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ tmtags source/gfx/Sprites/ /node_modules build/ +*.pyc \ No newline at end of file