diff options
author | tav <tav@espians.com> | 2011-03-25 00:19:20 +0000 |
---|---|---|
committer | tav <tav@espians.com> | 2011-03-25 00:19:20 +0000 |
commit | 85526cc61584fc9511ad1942ab6a287347aefb62 (patch) | |
tree | d42d18414715d6ab8162ae6c522e625c81d6d0c4 /.gitignore | |
parent | Fix for the failing test in test_typedef. The cause was ultimately (diff) | |
download | pypy-85526cc61584fc9511ad1942ab6a287347aefb62.tar.gz pypy-85526cc61584fc9511ad1942ab6a287347aefb62.tar.bz2 pypy-85526cc61584fc9511ad1942ab6a287347aefb62.zip |
Added cpyext/*/*.o to the .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 38ae63982e..dc54daf81a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ pypy/_cache pypy/doc/*.html pypy/doc/config/*.html pypy/doc/discussion/*.html +pypy/module/cpyext/src/*.o +pypy/module/cpyext/test/*.o pypy/module/test_lib_pypy/ctypes_tests/*.o pypy/translator/c/src/dtoa.o pypy/translator/goal/pypy-c |