gitignore: Ignore compiled python files
authorGarret Heaton <powdahound@gmail.com>
Sun, 18 Oct 2009 21:09:26 +0000 (14:09 -0700)
committerFlorian Forster <octo@noris.net>
Wed, 21 Oct 2009 09:30:29 +0000 (11:30 +0200)
.gitignore

index 1f491f3..362e94f 100644 (file)
@@ -77,3 +77,6 @@ bindings/perl/pm_to_blib
 # make dist stuff:
 collectd-*.tar.gz
 collectd-*.tar.bz2
+
+# python stuff
+*.pyc