forked from pypy/pypy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (48 loc) · 920 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.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/
.hypothesis
lib_pypy/_audioop_cffi*
lib_pypy/_curses_cffi*
lib_pypy/_gdbm_cffi*
lib_pypy/_lzma_cffi*
lib_pypy/_posixshmem_cffi*
lib_pypy/_pwdgrp_cffi*
lib_pypy/_pypy_openssl*
lib_pypy/_pypy_util_cffi_inner*
lib_pypy/_resource_cffi*
lib_pypy/_sqlite3_cffi*
lib_pypy/_syslog_cffi*
lib_pypy/_tkinter/tklib_cffi*
rpython/rlib/rvmprof/src/shared/libbacktrace/config.h
include/pypy*
lib/pypy*
pypy/doc/config/*.rst
pypy/doc/config/*.txt
pypy/doc/_build