summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChangbin Liu <changbin.liu@gmail.com>2013-06-05 22:35:32 -0400
committerChangbin Liu <changbin.liu@gmail.com>2013-06-05 22:45:05 -0400
commit90960f27b2dcdae0481a648deda08dbce824d9a5 (patch)
tree0ea4e30d4e9f9880148f27b1f435e570c7fb81e2 /.gitignore
parent16a5e1c27f5b3c4fc84ea0b06af67878fea6553f (diff)
downloadtaskflow-90960f27b2dcdae0481a648deda08dbce824d9a5.tar.gz
Add .settings and .venv into .gitignore
Change-Id: I02255b9cea996dc88df607a34ee5f0b1f38a33cb
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bd94b0e..c93623a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ pip-log.txt
.coverage
.tox
nosetests.xml
+.venv
# Translations
*.mo
@@ -33,6 +34,7 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
+.settings
# DS_STORE
.DS_Store