chore: update gitignore and submodules
Some checks failed
Build abstract machine with nix / build-abstract-machine (push) Failing after 2m30s
Run CTests within npc / npc-test (push) Failing after 2m40s

This commit is contained in:
xinyangli 2024-07-09 18:44:26 +08:00
parent 955f1f2d79
commit 29a9850210
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -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
View file

@ -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