From 2bc64422cfcd8994645feb74e7afc0a15b5df0a8 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 10 Sep 2014 12:47:19 +0200 Subject: [PATCH] Add gertty-env to .gitignore If you set up a virtualenv in gertty-env according to the instructions in the readme, it shows up as an untracked folder. Add it to the ignore list. Change-Id: Ieff29851a8e7a16be53a5a12f14dc2ee9f6e9a5e --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e6e04af..056ce97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc *.egg* +gertty-env