From: Garret Heaton Date: Sun, 18 Oct 2009 21:09:26 +0000 (-0700) Subject: Ignore compiled python files X-Git-Tag: collectd-4.10.0~2^2~4 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=2176c4f4fa8609608570e63629ef875531c8e06d;p=collectd.git Ignore compiled python files --- diff --git a/.gitignore b/.gitignore index a46d6261..e8f9af66 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,6 @@ bindings/perl/pm_to_blib bindings/java/java-build-stamp bindings/java/org/collectd/api/*.class bindings/java/org/collectd/java/*.class + +# python stuff +*.pyc