diff options
author | tav <tav@espians.com> | 2011-03-12 19:21:07 +0000 |
---|---|---|
committer | tav <tav@espians.com> | 2011-03-12 19:21:07 +0000 |
commit | 8285987d161ed607c76215327bc31270af8ec17f (patch) | |
tree | d7c6021e0577369e7d485e268276e09d43d246ef /.gitignore | |
parent | use pytest-2.0.3.dev1 which lazy-imports zlib and others in genscript plugin (diff) | |
download | pypy-8285987d161ed607c76215327bc31270af8ec17f.tar.gz pypy-8285987d161ed607c76215327bc31270af8ec17f.tar.bz2 pypy-8285987d161ed607c76215327bc31270af8ec17f.zip |
Extended .hg/.gitgnore for ctypes test generated files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fd5b1ecbbb..38ae63982e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ pypy/_cache pypy/doc/*.html pypy/doc/config/*.html pypy/doc/discussion/*.html +pypy/module/test_lib_pypy/ctypes_tests/*.o pypy/translator/c/src/dtoa.o pypy/translator/goal/pypy-c pypy/translator/goal/target*-c |