-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
87 lines (85 loc) · 1.47 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
/bin/
.classpath
.project
.settings/org.eclipse.buildship.core.prefs
.settings/org.eclipse.jdt.core.prefs
Module.manifest
*.class
*.zip
*.jar
.gradle/*
gradle.properties
3rdparty/*
build/*
buildSrc/build/*
buildSrc/.gradle/*
dist/*
*.code-workspace
*.kate-swp
*.bak
*.vscode/*
VSCODE.classpath
# ignore the gradle-generated help files, see originals in docs/ folder
src/main/help/help/topics/kaiju/*
!src/main/help/help/topics/kaiju/README.md
!3rdparty/
3rdparty/*
!3rdparty/README.md
build/*
lib/*
os/linux_x86_64/*.so
os/linux_x86_64/*.so.*
os/win_x86_64/*.dll
os/mac_x86_64/*.dylib
*.code-workspace
*.vscode/*
.classpath
ghidraZ3code.code-workspace
.VSCodeCounter/*
.classpath_9.1.2_PUBLIC
hs_err_pid26194.log
data/timestomp_close.cpp
data/timestomp_close.exe
*idb
data/timestomp.cpp
data/timestomp.exe
*.obj
data/filopen.exe
data/filopen.cpp
data/timestomp.exe.gzf
*.log
data/solve_chc.py
data/filopen.exe.id0
data/filopen.exe.id1
data/filopen.exe.id2
data/filopen.exe.nam
data/filopen.exe.til
data/timestomp_close.exe.nam
data/timestomp_close.exe.til
data/model copy.json
data/*.id0
data/*.id1
data/*.id2
data/*.nam
data/*.til
data/apidb_src/*.exp
data/apidb_src/*.lib
data/fileopen0.exe
data/fileopen1.exe
data/ops.c
data/optest.out
data/retfunc.c
data/apidb_src/kernel32.cpp
data/apidb_src/kernel32.dll
a.out
optest.out
data/fileopen0.cpp
data/fileopen1.exe
data/retfunc.c
data/fileopen1.exe
data/fileopen1.exe
.classpath_9.2.2_PUBLIC
.DS_Store
*.code-workspace
data/apidb_src/kernel32.cpp
.project