From: Garret Heaton Date: Sun, 18 Oct 2009 21:09:26 +0000 (-0700) Subject: gitignore: Ignore compiled python files X-Git-Tag: collectd-4.7.5~17 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e5f3dbb9086cdc9fc8e66ccb1865d0bcd8c0ddfc;p=collectd.git gitignore: Ignore compiled python files --- diff --git a/.gitignore b/.gitignore index 1f491f31..362e94fd 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,6 @@ bindings/perl/pm_to_blib # make dist stuff: collectd-*.tar.gz collectd-*.tar.bz2 + +# python stuff +*.pyc