Repository: incubator-airflow
Updated Branches:
  refs/heads/v1-9-test 48a95ef92 -> f1f9b4a2e


[AIRFLOW-1609] Fix gitignore to ignore all venvs

Closes #2608 from saguziel/aguziel-amend-gitignore

(cherry picked from commit 08a98f50793f2df6d258caa35660a87cb5a1cd20)
Signed-off-by: Alex Guziel <alex.guz...@airbnb.com>


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

Branch: refs/heads/v1-9-test
Commit: f1f9b4a2eb3b6e3ca5dcbc4e533e9fd85fef1948
Parents: 48a95ef
Author: Alex Guziel <alex.guz...@airbnb.com>
Authored: Thu Sep 14 12:15:57 2017 -0700
Committer: Alex Guziel <alex.guz...@airbnb.com>
Committed: Thu Sep 14 12:16:22 2017 -0700

----------------------------------------------------------------------
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f1f9b4a2/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 1111f0e..8efe3ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -100,8 +100,8 @@ celerybeat-schedule
 .env
 
 # virtualenv
-.venv
-venv/
+.venv*
+venv*
 ENV/
 
 # Spyder project settings

Reply via email to