brendonh / pyth

Python text markup and conversion
MIT License
89 stars 79 forks source link

add *.egg-info to .gitignore #27

Closed watercrossing closed 10 years ago

watercrossing commented 10 years ago

When installing pyth as editable in pip (pip install -e path/to/pyth), python creates an pyth.egg-info folder. Of course this folder does not belong into git, so updating the .gitignore should make everyone's life easier.