[Python-checkins] cpython (3.3): Ignore PyCharm project directory

christian.heimes python-checkins at python.org
Sat Oct 19 19:56:36 CEST 2013


http://hg.python.org/cpython/rev/6971d55fff29
changeset:   86480:6971d55fff29
branch:      3.3
parent:      86477:f471f2f05621
user:        Christian Heimes <christian at cheimes.de>
date:        Sat Oct 19 19:55:27 2013 +0200
summary:
  Ignore PyCharm project directory

files:
  .hgignore |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,7 @@
 .gdb_history
 .purify
 .svn/
+^.idea/
 .DS_Store
 Makefile$
 Makefile.pre$

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list