projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2499ec3
)
gitignore: Ignore compiled python files
author
Garret Heaton
<powdahound@gmail.com>
Sun, 18 Oct 2009 21:09:26 +0000
(14:09 -0700)
committer
Florian Forster
<octo@noris.net>
Wed, 21 Oct 2009 09:30:29 +0000
(11:30 +0200)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
1f491f3
..
362e94f
100644
(file)
--- 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