From cbe89edc79be66edf31b976655f3d0b945be9a40 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 1 Oct 2015 11:01:10 +0900 Subject: [PATCH] Ignore the virtualenv folder and Eclipse's settings files. Change-Id: I631c9d1817a6e374f77feddc147b260e6a59c7ac --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9490520..f9a110a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ .DS_Store bootstrap.py .tox +.project +.pydevproject +.settings +ENV