-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (68 loc) · 1.1 KB
/
.gitignore
File metadata and controls
71 lines (68 loc) · 1.1 KB
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
build
gem5_build
parser.out
parsetab.py
cscope.files
cscope.out
*.pyc
*~
.*.swp
.*.swo
m5out
/src/doxygen/html
/docs/_build
/ext/dramsim2/DRAMSim2
/ext/mcpat/regression/*/*.out
/util/m5/*.o
/util/m5/*.a
/util/m5/m5
/util/packet_pb2.py
/util/tap/*.d
/util/tap/*.o
/util/tap/m5tap
/util/term/m5term
/system/arm/dt/*.dtb
/system/arm/dt/.gen
/system/arm/bootloader/arm/*.o
/system/arm/bootloader/arm/boot.arm
/system/arm/bootloader/arm/boot_emm.arm
/system/arm/bootloader/arm64/*.o
/system/arm/bootloader/arm64/boot.arm64
/system/arm/bootloader/arm64/boot_emm.arm64
/system/arm/bootloader/arm64/boot_v2.arm64
configs/example/memcheck.cfg
configs/dram/lowp_sweep.cfg
.pyenv
.vscode
typings
.DS_Store
/util/warmup_scripts/*
/util/arch_db/*.txt
/*debug*
/*build*
/*test*
/*txt*
/ext/dramsim3/DRAMsim3/
.cache
util/xs_scripts/test/
run_fs.sh
.vscode/
llvm-pgo/
*.profdata
*.profraw
*nemu*
ready-to-run/
*.out
.cursorrules
.cursorignore
compile_commands.json
.direnv
.cursor/
# for use npm to install claude-code locally
CLAUDE.md
node_modules/
package-lock.json
package.json
microbench/build/
microbench/output/
microbench/dramsim3*