From 7c4b75cfeabb988ba975283fa58a53cb3b67bd8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Mon, 29 Aug 2011 11:30:57 +0200 Subject: [PATCH] Ignore pyc files in git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e3ca5562d539..58f491f333bf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ *~ .*.sw[op] +# python generated file +*.pyc + # where the 'subrepos' and downloads are located /clone /src