Ignore build/ & dist/

(Some projects prefer to leave this up to individual global-ignore
files, but I noticed you're also ignoring *.pyc so it might be OK.)
This commit is contained in:
Ed Brannin 2017-03-10 13:03:45 -05:00
parent 6b7f2fa81d
commit 5e137df7fb
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ __pycache__
*.pyc
.coverage
peru.egg-info
build/
dist/