summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-04-28 18:10:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-04-28 18:10:19 -0400
commit46b5e87fd5c4a481deab13c09cc1474df681c32b (patch)
tree8ba4a9069c6792060bd59b9a66c4be81c10c162d /.hgignore
parent66d04388dbcc816d7ce0102ced0ee5574734b3e2 (diff)
downloadpython-coveragepy-46b5e87fd5c4a481deab13c09cc1474df681c32b.tar.gz
Yesudeep asked for this
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 678b57d..d0041d7 100644
--- a/.hgignore
+++ b/.hgignore
@@ -11,6 +11,9 @@ syntax: glob
.coverage.*
*.swp
+# Stuff generated by editors.
+.idea/
+
# Stuff in the root.
build
*.egg-info