commit | 973fe0ba7adb081b81f319b924f9bbb50b2b1345 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Fri Jul 25 21:52:14 2014 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Fri Jul 25 21:52:14 2014 +1000 |
tree | 5b386540c29cbf34abbceb101c13377ae3760c71 | |
parent | d6766ae434fd09130863af913a8193641e51b91c [diff] [blame] |
Issue #18093: Factor out the programs that embed the runtime
diff --git a/.gitignore b/.gitignore index 59d3832..2454870 100644 --- a/.gitignore +++ b/.gitignore
@@ -27,8 +27,8 @@ Modules/Setup.local Modules/config.c Modules/ld_so_aix -Modules/_freeze_importlib -Modules/_testembed +Programs/_freeze_importlib +Programs/_testembed PCbuild/*.bsc PCbuild/*.dll PCbuild/*.exe