1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-21 23:56:18 +04:00
rCore/.gitignore
Harry Chen fbca9a6e3a Add conditional compilation for mipsel, fix heap size for thinpad
Signed-off-by: Harry Chen <i@harrychen.xyz>
2019-05-14 00:21:04 +08:00

23 lines
256 B
Plaintext

build
target
/kernel/src/arch/x86_64/interrupt/vector.asm
/kernel/src/arch/mipsel/boot/linker.ld
*.gen.s
*.dtb
Cargo.lock
!kernel/Cargo.lock
!bootloader/Cargo.lock
!user/Cargo.lock
.DS_Store
# for eclipse
.project
# for vscode
.vscode
# for vim
*.swp