summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Gasc (GMLudo) <git@gmludo.eu>2015-04-11 11:30:49 -0400
committerLudovic Gasc (GMLudo) <git@gmludo.eu>2015-04-11 11:30:49 -0400
commit30f4788525cce647c99aa06b2805d4c6b98692c6 (patch)
tree3f3904c76e4f25a5dce8a43636afd46dbdf778d1
parent3582e11cdcb87c607f123f414297b9442c7449b1 (diff)
downloadtrollius-git-30f4788525cce647c99aa06b2805d4c6b98692c6.tar.gz
add in .gitignore pyvenv and Pycharm files
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2f917d8..16fae2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,9 +7,12 @@
htmlcov
.DS_Store
venv
+pyvenv
distribute_setup.py
distribute-*.tar.gz
build
dist
*.egg-info
.tox
+.idea/
+*.iml \ No newline at end of file