Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
be more specific about what we're ignoring
also ignore eggs. Why didn't we ignore this before?
  • Loading branch information
Jon Wedaman authored and jweede committed Nov 29, 2017
1 parent aa012b7 commit 38babe2
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
*.pyc
__pycache__
src/*.egg-info
/src/*.egg-info
.installed.cfg
bin
coverage
develop-eggs
keys/
parts/
include/
lib/
local/
/bin/
/coverage/
/develop-eggs/
/eggs/
/keys/
/parts/
/include/
/lib/
/local/

# Test data
datakey.dat
Expand Down

0 comments on commit 38babe2

Please sign in to comment.