Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk bb649061f -> 7d988e3bb


Ignore virtualenv environment in git


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7542904a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7542904a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7542904a

Branch: refs/heads/python-sdk
Commit: 7542904a1ca05d973cbb32f1df5d739fef29d916
Parents: bb64906
Author: Scott Wegner <sweg...@google.com>
Authored: Mon Sep 26 08:59:18 2016 -0700
Committer: Robert Bradshaw <rober...@google.com>
Committed: Mon Sep 26 12:16:20 2016 -0700

----------------------------------------------------------------------
 sdks/python/.gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/7542904a/sdks/python/.gitignore
----------------------------------------------------------------------
diff --git a/sdks/python/.gitignore b/sdks/python/.gitignore
index c03b617..05ed303 100644
--- a/sdks/python/.gitignore
+++ b/sdks/python/.gitignore
@@ -5,6 +5,7 @@
 build/
 dist/
 distribute-*
+env/
 
 # Test files
 .tox/

Reply via email to