From 91ab69fdcbe631ddce1ee607f934dfda94a1e0bc Mon Sep 17 00:00:00 2001 From: root Date: Mon, 3 May 2010 13:29:17 +1100 Subject: [PATCH] Ignore .pyc --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 71d983519..c250df176 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,7 @@ build*/ #fake curses header examples/fake-curses.h + +# Python binding binaries +\.pyc +