forked from mesalock-linux/mesapy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (43 loc) · 895 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
.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/
lib_pypy/**/*.c
lib_pypy/**/*.o
lib_pypy/**/*.so
site-packages
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
bin
include/_numpypy
pypy_usession_dir
libminiz_oxide_c_api.so
mesapy.tar.bz2