Repository: incubator-airflow
Updated Branches:
  refs/heads/master 17189ddcc -> 08a98f507


[AIRFLOW-1609] Fix gitignore to ignore all venvs

Closes #2608 from saguziel/aguziel-amend-gitignore


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

Branch: refs/heads/master
Commit: 08a98f50793f2df6d258caa35660a87cb5a1cd20
Parents: 17189dd
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:15:57 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/08a98f50/.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