Note: all files are specified assuming the git repo is the top level
directory. I have provided relative paths to the file from that
directory.
While attempting to set up an instance of LR, I did a 'pip install -e
.' instead of 'easy install LR' as specified in LR/README.txt . This
resulted in modifications to LR/LR.egg-info/SOURCES.txt and
LR/LR.egg-info/top_level.txt Is there a reason why this directory
isn't being ignored?
http://stackoverflow.com/questions/3719243/recommended-gitignore-file-for-python-projects
and https://github.com/github/gitignore/blob/master/Python.gitignore
recommend ignoring the contents of all the egg-info directories.
I'm not a Python or Pylons expert in any way. Just somewhat curious.
Thanks,
aal
If this patch makes sense to you guys, please let me know if you'd
prefer to receive a pull request via Github rather than receiving
patches.
Best,
Ali
Thanks for your change, please send a pull request and we'll merge your changes in. Apparently .egg-info file is required for an older version of Setuptools but if you're using pip, easy_install or the trunk version of setuptools, .egg-info can be ignored.
-Suraiya
________________________________________
From: learnin...@googlegroups.com [learnin...@googlegroups.com] On Behalf Of Ali Asad Lotia [ali.asa...@gmail.com]
Sent: Sunday, April 24, 2011 1:54 PM
To: learnin...@googlegroups.com
Subject: EXTERNAL: Re: [Learningreg-Dev] having git ignore .egg-info directory?