From da13f3762990f56ff5b133703b4f8bde4ce8343c Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 1 Apr 2013 13:40:53 -0300 Subject: [PATCH] Added compiled Python bytecode to the ignore list --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3e547277..375c8831 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ autoProcessMedia.cfg + +*.pyc +*.pyo