diff options
author | Andrew Kuchling <amk@amk.ca> | 2013-11-10 13:43:47 -0500 |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2013-11-10 13:43:47 -0500 |
commit | 6b53296c5642c590fcba388c9d44e62a7202f07c (patch) | |
tree | 3c267a098530d11feb7d030d674d900c02a0b526 /.hgignore | |
parent | 29828a6fa9a7d42b1f2383860d37cdf7d9e74d49 (diff) | |
download | cpython-git-6b53296c5642c590fcba388c9d44e62a7202f07c.tar.gz |
Ignore two constructed directories in Tools/unicode
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,8 @@ PCbuild/Win32-temp-* PCbuild/x64-temp-* PCbuild/amd64 PCbuild/ipch +Tools/unicode/build/ +Tools/unicode/MAPPINGS/ BuildLog.htm __pycache__ Modules/_freeze_importlib |