Codebase list pypy3 / f75320e6-1a21-4f5c-b4de-654e3976a29e/main .gitignore
f75320e6-1a21-4f5c-b4de-654e3976a29e/main

Tree @f75320e6-1a21-4f5c-b4de-654e3976a29e/main (Download .tar.gz)

.gitignore @f75320e6-1a21-4f5c-b4de-654e3976a29e/mainraw · history · blame

.hg
.svn

# VIM
*.swp
*.swo

*.pyc
*.pyo
*~
__pycache__/

bin/pypy-c
include/*.h
include/numpy/
lib_pypy/ctypes_config_cache/_[^_]*_*.py
libpypy-c.*
pypy-c
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
pypy/translator/goal/target*-c
release/
!pypy/tool/release/
rpython/_cache/
.cache/