summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKiall Mac Innes <kiall@managedit.ie>2012-10-14 19:01:55 +0100
committerKiall Mac Innes <kiall@managedit.ie>2012-10-14 19:01:55 +0100
commit841ae8bd152065c36cbf55cc974cd70eed333b34 (patch)
treed6b6fb11b25c43ae06a6bbdbdab63f478d6502ef /.gitignore
parent69fca2f4a9798ef8cb90c26cc6b1e6dac42c4f0f (diff)
downloaddesignate-841ae8bd152065c36cbf55cc974cd70eed333b34.tar.gz
Add .venv to gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cb65f92e..a99705a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ build
.tox
cover
venv
+.venv
*.sublime-workspace
*.sqlite
var/*