Skip to content

Commit

Permalink
Updated the gitignore to not include the pip egg-info dir
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed Aug 1, 2018
1 parent 7557cdf commit ee37c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env/*
*~
*.DS_Store
*_build*
.eggs*
*.egg*
mg_process_test.egg-info*
.cache
/tests/data/tmp

0 comments on commit ee37c6f

Please sign in to comment.