forked from Vector35/binaryninja-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
59 lines (59 loc) · 832 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
52
53
54
55
56
57
58
59
Thumbs.db
.DS_Store
*.o
*.obj
*.pdb
*.ilk
*.exp
*.pkl
*.a
*.so
*.so.1
*.so.1.0
*.so.1.0.0
*.dylib
libbinaryninja*
binaryninjacore.lib
binaryninjacore.dll
binaryninjaapi.lib
python/_binaryninjacore.py
python/enums.py
python/generator
python/generator.exe
.vs
xml
site/*
api-docs/build/*
.env
api-docs/source/binaryninja.*
bin/
suite/unit.py
# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
*.pyc
api-docs/source/python.rst
api-docs/source/index.rst
.coverage
build
# Make
generator
plugins/
python/examples/binaryninja/
python/plugins/
python/types/
suite/binaryninja/
types/
.vscode
python/generator.log
python/generator.tlog
python/generator.*.log
examples/triage/moc_predefs.h
examples/triage/moc_predefs.h.cbt
examples/triage/triage.dll
examples/triage/triage.lib
*.opt