Updated .gitignore to include patterns for env*/ and dist*/.

In an upcoming commit we will add targets to build from within docker
and we want separate default env/dist folders for this.
This commit is contained in:
Kevin Klues 2017-06-28 17:05:52 -07:00
parent f52b8e00c6
commit af1672e87e
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,7 +1,7 @@
build/ build/
*.egg-info/ *.egg-info/
dist/ dist*/
env/ env*/
tmp/ tmp/
pydoc/_build/ pydoc/_build/