summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-11-20 16:58:50 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-11-20 16:58:50 -0300
commitca94afc07df55cb7fc6fe3b4f3011877b7881195 (patch)
treed81e1f275aa77545f33740723f307a83dde2e0b4 /.gitignore
parentf794eee787e9cde54e6b8f53e45d69c9ddc9936a (diff)
Imported Upstream version 6.2.1upstream/6.2.1
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d556b59..968b271 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,19 @@
*.py[co]
*.db
+*~
+dist
+*.log
+*.diff
+*.patch
tmp/
output/
build/
+.idea/
+__pycache__/
*.egg-info/
-*~
+
+# For virtualenvwrapper
+.venv
+
+# coverage.py
+.coverage