We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77570a1 commit 34c893bCopy full SHA for 34c893b
.gitignore
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: Apache-2.0
4
target/
5
6
-# FuseSoC and Sofware builds are placed in build
+# FuseSoC and Software builds are placed in build
7
build/
8
sw/cheri/sim_boot_stub/sim_boot_stub
9
sw/cheri/sim_boot_stub/sim_sram_boot_stub
@@ -27,3 +27,8 @@ lcd.ppm
27
# Files and directories used by clangd
28
.cache/
29
compile_commands.json
30
+
31
+# Vivado outputs and bitstreams
32
+*.jou
33
+*.bit
34
+*.uf2
0 commit comments