chore: update gitignore and submodules
This commit is contained in:
parent
955f1f2d79
commit
29a9850210
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
!*/
|
!*/
|
||||||
|
difftest/
|
||||||
!/nemu/*
|
!/nemu/*
|
||||||
!/nexus-am/*
|
!/nexus-am/*
|
||||||
!/nanos-lite/*
|
!/nanos-lite/*
|
||||||
|
@ -13,3 +14,4 @@
|
||||||
**/.cache
|
**/.cache
|
||||||
**/result
|
**/result
|
||||||
/.pre-commit-config.yaml
|
/.pre-commit-config.yaml
|
||||||
|
**/.vscode/
|
||||||
|
|
1
.gitmodules
vendored
1
.gitmodules
vendored
|
@ -1,3 +1,4 @@
|
||||||
[submodule "am-kernels"]
|
[submodule "am-kernels"]
|
||||||
path = am-kernels
|
path = am-kernels
|
||||||
url = https://git.xinyang.life/xin/am-kernels.git
|
url = https://git.xinyang.life/xin/am-kernels.git
|
||||||
|
branch = dev
|
||||||
|
|
Loading…
Reference in a new issue