Skip to content

Commit 34c893b

Browse files
elliotb-lowriscmarnovandermaas
authored andcommitted
Add to .gitignore
1 parent 77570a1 commit 34c893b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44
target/
55

6-
# FuseSoC and Sofware builds are placed in build
6+
# FuseSoC and Software builds are placed in build
77
build/
88
sw/cheri/sim_boot_stub/sim_boot_stub
99
sw/cheri/sim_boot_stub/sim_sram_boot_stub
@@ -27,3 +27,8 @@ lcd.ppm
2727
# Files and directories used by clangd
2828
.cache/
2929
compile_commands.json
30+
31+
# Vivado outputs and bitstreams
32+
*.jou
33+
*.bit
34+
*.uf2

0 commit comments

Comments
 (0)