summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-07-25 11:52:14 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-07-25 11:52:14 (GMT)
commit973fe0ba7adb081b81f319b924f9bbb50b2b1345 (patch)
tree5b386540c29cbf34abbceb101c13377ae3760c71 /.hgignore
parentd6766ae434fd09130863af913a8193641e51b91c (diff)
downloadcpython-973fe0ba7adb081b81f319b924f9bbb50b2b1345.zip
cpython-973fe0ba7adb081b81f319b924f9bbb50b2b1345.tar.gz
cpython-973fe0ba7adb081b81f319b924f9bbb50b2b1345.tar.bz2
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 4dc93c4..562dac9 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/