[PATCH] hgignore: ignore the PyCharm workspace folder

Mads Kiilerich mads at kiilerich.com
Mon Oct 13 07:14:07 CDT 2014


On 10/13/2014 11:48 AM, Angel Ezquerra wrote:
> # HG changeset patch
> # User Angel Ezquerra <angel.ezquerra at gmail.com>
> # Date 1413193564 -7200
> #      Mon Oct 13 11:46:04 2014 +0200
> # Node ID a175222b250090e80a6047979451bfdbaf04267c
> # Parent  76a648d782cfadf1dac3dbc194a8ffc74c385cb5
> hgignore: ignore the PyCharm workspace folder
>
> diff -r 76a648d782cf -r a175222b2500 .hgignore
> --- a/.hgignore	Tue Sep 02 09:01:47 2014 +0200
> +++ b/.hgignore	Mon Oct 13 11:46:04 2014 +0200
> @@ -42,6 +42,7 @@
>   .DS_Store
>   tags
>   cscope.*
> +.idea/*
>   i18n/hg.pot
>   locale/*/LC_MESSAGES/hg.mo
>   hgext/__index__.py

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?

/Mads



More information about the Mercurial-devel mailing list