diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-07-11 22:25:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-07-11 22:25:24 (GMT) |
commit | 9d2916cdfd3e347be035c082b4141d63a882ffa1 (patch) | |
tree | de81d33da38a09de2db59d123287047a0c1b8a25 /.hgignore | |
parent | 9bd39c119e9b858c18191e0c1a7ffe5c3bcd1fe2 (diff) | |
download | cpython-9d2916cdfd3e347be035c082b4141d63a882ffa1.zip cpython-9d2916cdfd3e347be035c082b4141d63a882ffa1.tar.gz cpython-9d2916cdfd3e347be035c082b4141d63a882ffa1.tar.bz2 |
ignore things in Lib/test/data/
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ libpython*.a *.rej *~ Lib/lib2to3/*.pickle +Lib/test/data/* PCbuild/*.exe PCbuild/*.dll PCbuild/*.pdb |