1 Star 1 Fork 0

Ruibo Lu/rCore-Tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 330 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tuyixiang 提交于 2020-05-15 15:35 . 加入打包 img 脚本 #22
### 环境文件
# macOS
.DS_Store
# JetBrains
**/.idea
# VS Code
**/.vscode
### GitBook
# GitBook 部署文件
_book
public
# npm 依赖文件
node_modules
package-lock.json
### Cargo
# Cargo 包设置(自动生成)
Cargo.lock
### rCore
# Rust 编译文件
os/target
user/target
user/build
# GDB 临时文件
.gdb_history
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dingisoul/rCore-Tutorial.git
[email protected]:dingisoul/rCore-Tutorial.git
dingisoul
rCore-Tutorial
rCore-Tutorial
master

搜索帮助