[Python-checkins] benchmarks: Add .idea/ to .hgignore

zach.ware python-checkins at python.org
Wed Nov 25 00:29:05 EST 2015


https://hg.python.org/benchmarks/rev/90b842aacb64
changeset:   232:90b842aacb64
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Nov 12 15:50:07 2015 -0600
summary:
  Add .idea/ to .hgignore

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


diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -8,6 +8,7 @@
 lib3/2to3/lib2to3/*.pickle
 *.cover
 *~
+.idea/
 .coverage
 coverage/
 htmlcov/

-- 
Repository URL: https://hg.python.org/benchmarks


More information about the Python-checkins mailing list