forked from rizinorg/rizin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
137 lines (137 loc) · 2.07 KB
/
.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
clang-log/
.clang_complete
.tmp-format
.#*
*._d
*._o
*.[ado]
*.so
*.pc
*.sdb
*.dylib
*.dll
*.lib
*.obj
*.ilk
*.dSYM
supported.*
config.mk
plugins.cfg
langs.cfg
.test.c
.*.swp
.*.swo
*.un~
*.pdb
*.lib
*.ilk
binrz/rz-agent/rz-agent
binrz/rz-agent/rz-agent.exe
binrz/rz-test/rz-test
binrz/rz-test/rz-test.exe
binrz/rz-bin/rz-bin
binrz/rz-bin/rz-bin.exe
binrz/rizin/rizin
binrz/rizin/rizin.exe
binrz/rz-diff/rz-diff
binrz/rz-diff/rz-diff.exe
binrz/rz-find/rz-find
binrz/rz-find/rz-find.exe
binrz/rz-gg/rz-gg
binrz/rz-gg/rz-gg.exe
binrz/rz-hash/rz-hash
binrz/rz-hash/rz-hash.exe
binrz/ranal2/ranal2
binrz/ranal2/ranal2.exe
binrz/rz-run/rz-run
binrz/rz-run/rz-run.exe
binrz/rz-asm/rz-asm
binrz/rz-asm/rz-asm.exe
binrz/rz-ax/rz-ax
binrz/rz-ax/rz-ax.exe
binrz/rz-sign/rz-sign
binrz/rz-sign/rz-sign.exe
binrz/*/_CodeSignature/*
build*/
config-user.mk
librz/bin/d/dll/dll
librz/config.h
librz/include/rz_userconf.h
librz/include/rz_version.h
librz/include/rz_version.h.tmp
subprojects/spp/config.h
sys/travis/*.txt
sys/.mark_python-deps
sys/.mark_swig
sys/_work
rizin-bindings
rizin-regressions
rizin-w32-*
rizin-w64-*
tags
**/GPATH
**/GRTAGS
**/GTAGS
**/.gdb_history
.lvimrc
.nconfig.tmp
.ycm_extra_conf.py
.ycm_extra_conf.pyc
.kdev4/*
*.kdev4
rizin-*.zip
# Ignore meson related files
./bin
ninja.exe
.DS_Store
infer_out
infer-out/
cscope.out
r2-static/*
compile_commands.json
librz/flag/d/tags.rz
# CLion
.idea/
# VSCode
.vscode/
CMakeLists.txt
*.cmake
cmake-build-*
# Snap packaging
/parts
/prime
/stage
/snap
/*.snap
# doxygen autogen
doc/doxygen/html
# Python
__pycache__
# Dynamic docker building folder to minimize docker context
.docker_alpine
.ccls-cache/
vgcore.*
librz/include/sdb
peda-session-*
/.vs
.cache/
test/.tmp/*
test/.sync_disk_db
subprojects/capstone-*/
subprojects/pcre2*/
subprojects/libzip-*/
subprojects/lz4-*/
subprojects/packagecache/
subprojects/sdb/
subprojects/tree-sitter-*/
subprojects/zlib-*/
subprojects/sigdb/
subprojects/libdemangle/
subprojects/libmspack/
subprojects/blake3/
subprojects/xz-*/
subprojects/zstd-*/
subprojects/softflo*/
dist/windows/Output
# Core files generated by OpenBSD
*.core