[Python-modules-commits] [twisted] 06/10: Ignore Python bytecode files.
Free Ekanayaka
freee at moszumanska.debian.org
Fri Oct 21 10:09:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch master
in repository twisted.
commit 44e16487ce93fdd33bf7d1cfc950144b35573ab2
Author: Free Ekanayaka <freee at debian.org>
Date: Fri Oct 21 06:39:55 2016 +0000
Ignore Python bytecode files.
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 845ca06..336476c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,6 @@
.pc
+*.pyc
+__pycache__
+_trial_temp
+twisted/plugins/dropin.cache
+build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git
More information about the Python-modules-commits
mailing list