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

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


http://hg.python.org/cpython/rev/23d735df0af0
changeset:   86481:23d735df0af0
parent:      86479:a15fcb847515
parent:      86480:6971d55fff29
user:        Christian Heimes <christian at cheimes.de>
date:        Sat Oct 19 19:55:38 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