Add .tox to .gitignore

When running 'tox' (since this repo has a tox.ini file), a directory
.tox is created. This should not be added into the repo, so add this
directory to .gitignore.

Change-Id: I5cb0c16fda61896b0ccb237ebe1b55232412b0c3
This commit is contained in:
Joe Gordon 2015-05-31 08:21:12 -07:00
parent 96dc21ee32
commit c77e46d8e3
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.tox/