Issue 21898: .hgignore: Missing ignores for Eclipse/pydev (original ) (raw ) Issue21898
Created on 2014-07-01 14:08 by andymaier , last changed 2022-04-11 14:58 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
issue21898.diff
andymaier,2014-07-01 14:10
Patch for 2.7 and 3.1-3.5
review
Messages (3)
msg222032 - (view)
Author: Andy Maier (andymaier) *
Date: 2014-07-01 14:08
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.
msg235998 - (view)
Author: Mark Lawrence (BreamoreBoy) *
Date: 2015-02-14 22:12
Could someone review the patch please. It simply adds the three lines to the .hgignore file that are listed in .
msg236081 - (view)
Author: Berker Peksag (berker.peksag) *
Date: 2015-02-16 00:36
Thanks for the patch! I'm -1 to adding IDE/editor specific files to .hgignore. You can create a global .hgignore instead.
History
Date
User
Action
Args
2022-04-11 14:58:05
admin
set
github: 66097
2015-02-16 00:36:57
berker.peksag
set
status: open -> closednosy: + berker.peksag messages: + resolution: wont fixstage: patch review -> resolved
2015-02-14 22:12:49
BreamoreBoy
set
nosy: + BreamoreBoy messages: +
2014-07-01 14:39:03
ezio.melotti
set
nosy: + pitrou , ezio.melotti stage: patch reviewversions: - Python 3.1, Python 3.2, Python 3.3
2014-07-01 14:10:01
andymaier
set
files: + issue21898.diff keywords: + patch
2014-07-01 14:08:15
andymaier
create