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
This commit is contained in:
David Pursehouse 2014-09-10 12:47:19 +02:00
parent a2b6b1a12d
commit 2bc64422cf
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.pyc
*.egg*
gertty-env