[New-bugs-announce] [issue29510] gitignore settings files for Eclipse IDE

Jim DeLaHunt report at bugs.python.org
Thu Feb 9 03:24:53 EST 2017


New submission from Jim DeLaHunt:

The Eclipse IDE, and its relatives pydev and LiClipse, store settings in the root of a repository. It would be nice for the master .gitignore file to ignore these files, so that individual developers don't have to do this. 

I am preparing a GitHub Pull Request that fixes this issue. It is a matter of adding 4 lines to the top-level .gitignore file.

----------
messages: 287388
nosy: JDLH
priority: normal
severity: normal
status: open
title: gitignore settings files for Eclipse IDE
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29510>
_______________________________________


More information about the New-bugs-announce mailing list