26 lines
255 B
Plaintext
26 lines
255 B
Plaintext
# SBT specific
|
|
target/
|
|
project/target/
|
|
project/project/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
.bsp/
|
|
.metals/
|
|
.bloop/
|
|
metals.sbt
|
|
|
|
# Scala
|
|
*.class
|
|
*.log
|
|
|
|
# Generated files
|
|
generated/
|
|
sim/verilator/obj_dir/
|
|
sim/scripts/test_results.txt
|
|
riscv-tests/
|
|
|
|
# toolchain
|
|
toolchain/
|