This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andymaier
Recipients andymaier
Date 2014-07-01.14:08:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404223695.39.0.861504959592.issue21898@psf.upfronthosting.co.za>
In-reply-to
Content
The .hgignore file misses some entries for directories and files created by Eclipse with pydev.

The additional lines for .hgignore would be:
    ^.project
    ^.pydevproject
    ^.settings/

This change applies to 2.7 and 3.x.
History
Date User Action Args
2014-07-01 14:08:15andymaiersetrecipients: + andymaier
2014-07-01 14:08:15andymaiersetmessageid: <1404223695.39.0.861504959592.issue21898@psf.upfronthosting.co.za>
2014-07-01 14:08:15andymaierlinkissue21898 messages
2014-07-01 14:08:15andymaiercreate