Skip to content

Commit

Permalink
Updated .gitignore to exclude packaging and coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
svisser committed Sep 21, 2014
1 parent d8e1d8f commit 26a0ed4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ dist
build
*.swo

# Packaging
*.egg-info/*

# Testing
.tox
.coverage
htmlcov/*

0 comments on commit 26a0ed4

Please sign in to comment.