diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-02-17 21:39:47 +0000 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-02-17 21:39:47 +0000 |
commit | bbe63db4eb09b3a010f5e64907171e1706504a61 (patch) | |
tree | 7523bb2e38a71c37c9ed8b72a2d8639073f651ef /.gitignore | |
parent | 5c1a3bd1141706a75bd2bf26ea6315d368ca3399 (diff) | |
parent | 8b76fdcbe6caf045925d2a0b4096fbabe881730d (diff) | |
download | riscv-processor-bbe63db4eb09b3a010f5e64907171e1706504a61.tar.gz |
chore: Merge branch 'joshua/fusesoc' into 'main'
Joshua/fusesoc
See merge request falsestatement/riscv_linux!4
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a007fea --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/* |