diff options
author | Paul Belanger <paul.belanger@polybeacon.com> | 2013-11-23 00:11:54 -0500 |
---|---|---|
committer | Clark Boylan <clark.boylan@gmail.com> | 2013-12-03 17:23:54 -0800 |
commit | cabc247b5f7ef5ecbd9c3f9eae29ee62ed72f9ce (patch) | |
tree | 3324fda518a017674abf9312e134273a9fbfc264 /.gitignore | |
parent | b1b010d39310e6e16a42c266707a3a28a47598f9 (diff) | |
download | zuul-cabc247b5f7ef5ecbd9c3f9eae29ee62ed72f9ce.tar.gz |
Ignore .venv directory
Change-Id: I477ef147d2f1d04487613049139107f6b8bb0a3b
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 65a48c7c6..9703f16c9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .test .testrepository .tox +.venv AUTHORS build/* ChangeLog |