Skip to content

Commit

Permalink
ignore __pycache__ and some other stuff in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Jun 14, 2012
1 parent 4cc034e commit 7eee57d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ build
trunk
mwlib/rl/test
mwlib.rl.egg-info/
dist/*
/dist
README.html
.tox/
__pycache__/
/MANIFEST
.ropeproject/

0 comments on commit 7eee57d

Please sign in to comment.