-
Notifications
You must be signed in to change notification settings - Fork 213
/
.gitignore
90 lines (82 loc) · 1.24 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
# OS and build artifacts
*.a
*.dylib
*.exp
*.ilk
*.o
*.obj
*.pdb
*.pkl
*.pyc
*.so
*.so.1
*.so.1.0
*.so.1.0.0
.DS_Store
.env
Thumbs.db
bin/
binaryninjaapi.lib
binaryninjacore.dll
binaryninjacore.lib
examples/triage/moc_predefs.h
examples/triage/moc_predefs.h.cbt
examples/triage/triage.dll
examples/triage/triage.lib
libbinaryninja*
python/_binaryninjacore.py
python/enums.py
python/generator
python/generator.*.log
python/generator.exe
python/generator.log
python/generator.tlog
.cache/
target/
# Unit Tests
suite/unit.py
.coverage
# Editors
.vs
.vscode
# Docs
site/*
api-docs/build
api-docs/source/binaryninja.*
api-docs/source/python.rst
api-docs/source/index.rst
api-docs/source/uiapi
api-docs/cppdocs/api
api-docs/cppdocs/xml
api-docs/cppdocs/html
api-docs/cppdocs/docset
!api-docs/cppdocs/Makefile
!api-docs/Makefile
# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
Makefile
# Make
python/examples/binaryninja/
python/plugins/
python/types/
suite/binaryninja/
# Deprecated
*.opt
build
generator
types/
# Rust
rust/**/*.swp
rust/**/*.rs.bk
rust/target/
rust/binaryninjacore-sys/target/
rust/examples/*/target/
rust/examples/dwarf/*/target/
# Debugger docs
docs/img/debugger
docs/guide/debugger