diff options
author | Georg Brandl <georg@python.org> | 2010-09-11 06:39:58 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-09-11 06:39:58 +0000 |
commit | 9988b7173eced710e78e8da99d9e8413486229a2 (patch) | |
tree | df6691151483d43e5119eaef5976898e23abccd0 /.hgignore | |
parent | Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on (diff) | |
download | cpython-9988b7173eced710e78e8da99d9e8413486229a2.tar.gz cpython-9988b7173eced710e78e8da99d9e8413486229a2.tar.bz2 cpython-9988b7173eced710e78e8da99d9e8413486229a2.zip |
Add new generated file to ignoreds.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore index ed3d9f7c842..f90ad0607b1 100644 --- a/.hgignore +++ b/.hgignore @@ -29,6 +29,7 @@ Modules/Setup$ Modules/Setup.config Modules/Setup.local Modules/config.c +Modules/ld_so_aix$ Parser/pgen$ Parser/pgen.stamp$ ^core |