.gitignore: add *.pyc
authorPaul Brossier <piem@piem.org>
Thu, 19 Dec 2013 22:08:52 +0000 (17:08 -0500)
committerPaul Brossier <piem@piem.org>
Thu, 19 Dec 2013 22:08:52 +0000 (17:08 -0500)
.gitignore

index 84d2d95..3d5d584 100644 (file)
@@ -6,3 +6,6 @@
 .lock-waf*
 .waf-*
 build/
+
+# python stuff
+*.pyc