[PATCH] hgignore: ignore the PyCharm workspace folder

Angel Ezquerra angel.ezquerra at gmail.com
Mon Oct 13 04:48:06 CDT 2014


# 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


More information about the Mercurial-devel mailing list