-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (42 loc) · 715 Bytes
/
.gitignore
File metadata and controls
53 lines (42 loc) · 715 Bytes
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
# cargo config
os/Cargo.lock
user/Cargo.lock
os/src/linker.ld
os/new_cmd
# IDE config
.idea/
.vscode/
# kernel build
os/target/
kernel.bin
# user programs build
user/riscv64/
user/target/
# Gathering place of images
easy-fs-fuse/
# a copy of user programs debug build in "user/target/*"(for gdb)
os/user/
#gdb script
os/gdb_script
# developing, should be invisible in main branch
os/src/fs/fatfs/*
# unsorted
os/output.txt
os/logs/
os/src/link_app.S
os/last-*
tools/
user/.ccls-cache/
# Doc .org & .tex
Doc/**/*.org
Doc/**/*.tex
Doc/**/*.jpg
Doc/**/*.png
# gdb
gdb-12.1/
适配qemu-2k1000评测提示.md
# qemu
util/qemu/2k1000/mnt
util/qemu-2k1000/2k1000/mnt
util/qemu/qemu.log
util/qemu/2k1000/2kfs.img