| *~ |
| *.bak |
| tags |
| __pycache__ |
| /.vscode |
| opentitan-docs |
| |
| # fusesoc result |
| build/ |
| |
| # build directories with special suffixes |
| build*/ |
| |
| # Sphinx result |
| _build/ |
| |
| # Generated register headers |
| hw/ip/*/sw |
| |
| # JasperGold FPV Result |
| jgproject/ |
| |
| # FPGA splice intermediate files |
| *.jou |
| |
| # Environment configuration (produced by Meson) |
| .env |
| |
| # Simulation Results |
| *.log |
| vdCovLog/ |
| INCA_libs/ |
| *.shm/ |
| .simvision/ |
| *.history |
| irun.key |
| *.svcf |
| *.fsdb |
| *.rc |
| out/ |
| scratch/ |
| ucli.key |
| novas.conf |
| verdiLog/ |
| ascent_project/ |
| ascentlint.rpt |
| |
| # verilator/gtkwave waveforms and wave lists |
| *.fst |
| *.gtkw |
| |
| # Foundry library |
| hw/foundry/ |
| |
| # Local Tock checkout |
| sw/device/tock/tock_local |
| sw/device/tock/tock/Cargo.toml |
| |
| # ROM_EXT signer vendored in dependencies |
| sw/host/rom_ext_image_signer/vendored_dependencies |