-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (47 loc) · 936 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
# Ignore generated Ghidra projects
riscv64.gpr
riscv64.rep
riscv64.lock
riscv64.lock~
x86_64.gpr
x86_64.rep
x86_64.lock
x86_64.lock~
# Ignore imported and extracted binaries
riscv64/kernel/System.map*
riscv64/kernel/vmlinux*
riscv64/kernel/vmlinuz*
riscv64/kernel_mod/igc.ko
riscv64/kernel_mod/igc.log
riscv64/kernel_mod/igc.ko.log
riscv64/system_lib/libc*
riscv64/system_lib/libssl*
riscv64/system_executable/ssh*
riscv64/exemplars/*.log
x86_64/exemplars/*.log
# Ignore test results
testResults/*
riscv64/exemplars/logs
# Ignore editor metadata
.vscode/*
riscv64/generated/.vscode/*
# ignore generated website files
.hugo_build.lock
resources/_gen/*
node_modules/*
public/*
package.json
package-lock.json
# ignore python cache
__pycache__/*
# ignore ispell backup files
*.bak
# Ignore bazel generated artifacts
bazel-bin
bazel-out
bazel-testlogs
bazel-generated
bazel-ghidra_import_tests
MODULE.bazel.lock
# test artifacts
testResults