summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2015-04-11 11:51:54 -0400
committerAndrew Svetlov <andrew.svetlov@gmail.com>2015-04-11 11:51:54 -0400
commit4f9099e9191adb88aaf5fc486f5566ed4b383369 (patch)
tree3f3904c76e4f25a5dce8a43636afd46dbdf778d1
parent3582e11cdcb87c607f123f414297b9442c7449b1 (diff)
parent30f4788525cce647c99aa06b2805d4c6b98692c6 (diff)
downloadtrollius-git-4f9099e9191adb88aaf5fc486f5566ed4b383369.tar.gz
Merge pull request #225 from Eyepea/add_pycharm_in_gitignore
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