Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.gitignore some non-ignored stuff that running
tox
creates
Previously, after I ran tox I saw all this untracked stuff in my repo: ``` mark@lunchbox:~/nltk$ git status On branch develop Untracked files: (use "git add <file>..." to include in what will be committed) brown.embedding model.crf.tagger pylintoutput ``` I'm guessing it should all be ignored.
- Loading branch information