Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
gitignore: re-order to make exclusions clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Aug 4, 2015
1 parent 1bfa0a2 commit 9c179e6
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Cached Python bytecode
*.pyc
build/
__pycache__

# Setuptools detritus
build
dist
*.egg
*.egg-info
.*.swp
cover/
.eggs

# Test suite detritus
cover
.coverage
dist/
.tox

# Editor backup files
.*.swp
*~

0 comments on commit 9c179e6

Please sign in to comment.