<p dir="ltr"><br>
El 13/10/2014 14:14, "Mads Kiilerich" <<a href="mailto:mads@kiilerich.com">mads@kiilerich.com</a>> escribió:<br>
><br>
> On 10/13/2014 11:48 AM, Angel Ezquerra wrote:<br>
>><br>
>> # HG changeset patch<br>
>> # User Angel Ezquerra <<a href="mailto:angel.ezquerra@gmail.com">angel.ezquerra@gmail.com</a>><br>
>> # Date 1413193564 -7200<br>
>> #      Mon Oct 13 11:46:04 2014 +0200<br>
>> # Node ID a175222b250090e80a6047979451bfdbaf04267c<br>
>> # Parent  76a648d782cfadf1dac3dbc194a8ffc74c385cb5<br>
>> hgignore: ignore the PyCharm workspace folder<br>
>><br>
>> diff -r 76a648d782cf -r a175222b2500 .hgignore<br>
>> --- a/.hgignore Tue Sep 02 09:01:47 2014 +0200<br>
>> +++ b/.hgignore Mon Oct 13 11:46:04 2014 +0200<br>
>> @@ -42,6 +42,7 @@<br>
>>   .DS_Store<br>
>>   tags<br>
>>   cscope.*<br>
>> +.idea/*<br>
>>   i18n/hg.pot<br>
>>   locale/*/LC_MESSAGES/hg.mo<br>
>>   hgext/__index__.py<br>
><br>
><br>
> It doesn't work at scale to add ignore patterns for every single IDE out there. Especially not partly proprietary ones. Wouldn't it be better if pycharm users put this in their ui.ignore file?<br>
><br>
> /Mads<br>
></p>
<p dir="ltr">I see your point but the reality is that there are not that many Python IDEs with a large user base. I could name 4 or 5 IDEs that are really popular. If we include some popular text editors the list could maybe be extended to about a dozen. Would adding that many extra lines to mercurial's hgignore file be a problem, considering that they would be added on a case by case basis (i.e. when someone sent a patch such as this one)?</p>
<p dir="ltr">Anyway, I can see your point. I'd prefer having this in, but if you guys don't feel the same that would be ok too.</p>
<p dir="ltr">Cheers,</p>
<p dir="ltr">Angel</p>