aboutsummaryrefslogtreecommitdiff
blob: 2eb6c1f12aafb0611b28d8c6418f6d1162ab4730 (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
syntax: glob
*.py[co]
*.sw[pon]
*~
.*.swp
.idea
.mypy_cache
.project
.pydevproject
.vscode
__pycache__

.cache/
.gdb_history
syntax: regexp
^testresult$
^site-packages$
^site-packages/.*$
^bin/
^pypy/bin/pypy-c
^pypy/lib/
^pypy/module/cpyext/src/.+\.o$
^pypy/module/cpyext/src/.+\.obj$
^pypy/module/cpyext/test/.+\.errors$
^pypy/module/cpyext/test/.+\.o$
^pypy/module/cpyext/test/.+\.obj$
^pypy/module/cpyext/test/.+\.manifest$
^pypy/module/test_lib_pypy/ctypes_tests/.+\.o$
^pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test\.o$
^pypy/module/_cppyy/src/.+\.o$
^pypy/module/_cppyy/bench/.+\.so$
^pypy/module/_cppyy/bench/.+\.root$
^pypy/module/_cppyy/bench/.+\.d$
^pypy/module/_cppyy/src/.+\.errors$
^pypy/module/_cppyy/test/.+_rflx\.cpp$
^pypy/module/_cppyy/test/.+\.so$
^pypy/module/_cppyy/test/.+\.rootmap$
^pypy/module/_cppyy/test/.+\.exe$
^pypy/module/_cppyy/test/.+_cint.h$
^pypy/module/_cppyy/.+/*\.pcm$
^pypy/module/test_lib_pypy/cffi_tests/__pycache__.+$
^pypy/doc/.+\.html$
^pypy/doc/config/.+\.rst$
^pypy/doc/.+\.svninfo$
^rpython/translator/c/src/libffi_msvc/.+\.obj$
^rpython/translator/c/src/libffi_msvc/.+\.dll$
^rpython/translator/c/src/libffi_msvc/.+\.lib$
^rpython/translator/c/src/libffi_msvc/.+\.exp$
^rpython/translator/c/src/cjkcodecs/.+\.o$
^rpython/translator/c/src/cjkcodecs/.+\.obj$
^rpython/translator/c/src/stacklet/.+\.o$
^rpython/translator/c/src/.+\.o$
^rpython/translator/llvm/.+\.so$
^rpython/translator/goal/target.+-c$
^rpython/translator/goal/.+\.exe$
^rpython/translator/goal/.+\.dll$
^rpython/rlib/rvmprof/src/shared/libbacktrace/Makefile$
^rpython/rlib/rvmprof/src/shared/libbacktrace/config.guess$
^rpython/rlib/rvmprof/src/shared/libbacktrace/config.h$
^rpython/rlib/rvmprof/src/shared/libbacktrace/config.log$
^rpython/rlib/rvmprof/src/shared/libbacktrace/config.status$
^pypy/goal/pypy-translation-snapshot$
^pypy/goal/pypy-c
^pypy/goal/.+\.exe$
^pypy/goal/.+\.dll$
^pypy/goal/.+\.lib$
^pypy/_cache$
^lib-python/2.7/lib2to3/.+\.pickle$
^lib_pypy/__pycache__$
^lib_pypy/ctypes_config_cache/_.+_cache\.py$
^lib_pypy/ctypes_config_cache/_.+_.+_\.py$
^lib_pypy/_libmpdec/.+.o$
^lib_pypy/.+_cffi.c$
^lib_pypy/_curses_cffi_check.c
^lib_pypy/_pypy_openssl.c
^lib_pypy/.+.o$
^lib_pypy/.+.so$
^lib_pypy/.+.pyd$
^lib_pypy/Release/
^pypy/doc/discussion/.+\.html$
^include/.+\.h$
^include/.+\.inl$
^pypy/doc/_build/.*$
^pypy/doc/config/.+\.html$
^pypy/doc/config/style\.css$
^pypy/doc/image/lattice1\.png$
^pypy/doc/image/lattice2\.png$
^pypy/doc/image/lattice3\.png$
^pypy/doc/image/stackless_informal\.png$
^pypy/doc/image/parsing_example.+\.png$
^rpython/doc/_build/.*$
^compiled
^.git/
.hypothesis/
^release/
^rpython/_cache$
^lib