summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-07-25 21:52:14 +1000
committerNick Coghlan <ncoghlan@gmail.com>2014-07-25 21:52:14 +1000
commit411d273e5dd17e0f6c0f4336316e4b8c01a6ed4a (patch)
tree8e4ab5b149923f30e64c5e0f2826cf07bd5938a1 /.hgignore
parentb8a20c8cbfd0d21f7c83131d6cb234595a67436e (diff)
downloadcpython-411d273e5dd17e0f6c0f4336316e4b8c01a6ed4a.tar.gz
Issue #18093: Factor out the programs that embed the runtime
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 4dc93c4723..562dac96f8 100644
--- a/.hgignore
+++ b/.hgignore
@@ -89,8 +89,8 @@ Tools/unicode/build/
Tools/unicode/MAPPINGS/
BuildLog.htm
__pycache__
-Modules/_freeze_importlib
-Modules/_testembed
+Programs/_freeze_importlib
+Programs/_testembed
.coverage
coverage/
htmlcov/