diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-09-11 16:23:57 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-09-11 16:23:57 +0000 |
| commit | 5d7d9e6899222885da76f578fa0c70e5946badbb (patch) | |
| tree | c55e91f2b50bc6ec087c26d7c298bff0e5b9baf2 | |
| parent | 8042f4af29d91eb776b143105636bc8099b4b1bc (diff) | |
| download | cpython-git-5d7d9e6899222885da76f578fa0c70e5946badbb.tar.gz | |
Merged revisions 84705 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84705 | georg.brandl | 2010-09-11 01:39:58 -0500 (Sat, 11 Sep 2010) | 1 line
Add new generated file to ignoreds.
........
| -rw-r--r-- | .bzrignore | 1 | ||||
| -rw-r--r-- | .hgignore | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore index 3407d65245..463e983e86 100644 --- a/.bzrignore +++ b/.bzrignore @@ -45,6 +45,7 @@ Modules/Setup Modules/Setup.config Modules/Setup.local Modules/config.c +Modules/ld_so_aix Parser/pgen Lib/lib2to3/Grammar*.pickle Lib/lib2to3/PatternGrammar*.pickle @@ -48,7 +48,7 @@ Modules/Setup.local Modules/config.c Parser/pgen core - +Modules/ld_so_aix$ syntax: glob libpython*.a *.o |
