From f1a5844523b2424a784995dffcad54c4832764bc Mon Sep 17 00:00:00 2001 From: Joe Rozner Date: Wed, 20 Nov 2013 13:26:00 -0800 Subject: [PATCH] Ignore pyc files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e05a551..16fdda1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ Session.vim cscope.out build/ .sconsign.dblite +*.pyc