Skip to content

Commit

Permalink
Update .gitignore (#148)
Browse files Browse the repository at this point in the history
* Make git ignore files generated by setup.py install
* Make git ignore coverage.py's data collection file
  • Loading branch information
Freso authored and JoeLametta committed Apr 26, 2017
1 parent 17b70ce commit b51f465
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ REVISION
# For Python development using Eclipse IDE
.project
.pydevproject

# setup.py install generated files
build/
dist/
whipper.egg-info/

# From coverage report
.coverage

0 comments on commit b51f465

Please sign in to comment.