blob: b755c1d361925622c751d759f7fc3a005c4dc120 [file] [log] [blame]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001*~
2*.bak
Jacob Levy389bc5b2022-02-09 21:43:59 +02003*.swp
4*.swo
Eunchan Kim06550352020-10-12 16:42:45 -07005tags
lowRISC Contributors802543a2019-08-31 12:12:56 +01006__pycache__
Eunchan Kim6e3a81c2020-10-27 11:27:57 -07007/.vscode
lowRISC Contributors802543a2019-08-31 12:12:56 +01008opentitan-docs
9
Miguel Osorioa2ffb712019-09-26 12:33:38 -070010# fusesoc result
lowRISC Contributors802543a2019-08-31 12:12:56 +010011build/
12
Miguel Osorioa2ffb712019-09-26 12:33:38 -070013# build directories with special suffixes
14build*/
15
Tobias Wölfelce06a242019-10-23 13:54:46 +020016# Generated register headers
17hw/ip/*/sw
18
lowRISC Contributors802543a2019-08-31 12:12:56 +010019# JasperGold FPV Result
20jgproject/
21
Eunchan Kim8ea43f82022-05-26 11:04:58 -070022# CDC result
23._dbname
24._idebug_exit_script
25idebugcfg.db
26idebugcfg.db-journal
27ivision.ws
Eunchan Kimf2f85bd2022-07-13 14:56:26 -070028meridian_project/
29mrdc.his
Eunchan Kim8ea43f82022-05-26 11:04:58 -070030
Miguel Osorioa2ffb712019-09-26 12:33:38 -070031# FPGA splice intermediate files
32*.jou
33
lowRISC Contributors802543a2019-08-31 12:12:56 +010034# Simulation Results
35*.log
36vdCovLog/
37INCA_libs/
38*.shm/
39.simvision/
40*.history
41irun.key
42*.svcf
43*.fsdb
44*.rc
45out/
46scratch/
47ucli.key
48novas.conf
49verdiLog/
50ascent_project/
51ascentlint.rpt
Eunchan Kim55248162022-02-08 12:14:23 -080052.idebugrc
53idebugFiles/
lowRISC Contributors802543a2019-08-31 12:12:56 +010054
55# verilator/gtkwave waveforms and wave lists
56*.fst
57*.gtkw
Eunchan Kim54d9ee02020-03-02 10:20:39 -080058
59# Foundry library
60hw/foundry/
Jon Flatleya863a282020-03-03 10:49:39 -050061
Silvestrs Timofejevs2ca07af2020-10-30 10:18:25 +000062# ROM_EXT signer vendored in dependencies
63sw/host/rom_ext_image_signer/vendored_dependencies
Pirmin Vogel6963b2e2020-11-13 19:07:39 +010064
65# Autogen files for non-Earlgrey tops
66hw/top_englishbreakfast/**/autogen/
67hw/top_englishbreakfast/ip/alert_handler/dv/alert_handler_env_pkg__params.sv
68hw/top_englishbreakfast/ip/sensor_ctrl/rtl/*
69hw/top_englishbreakfast/ip/xbar_main/xbar_main.core
70hw/top_englishbreakfast/ip/xbar_peri/xbar_peri.core
Chris Frantz20b01962021-05-07 14:48:06 -070071
72# Rust Cargo build system files.
73Cargo.lock
74sw/host/**/target
Chris Frantzb0b81e62022-06-01 14:07:33 -070075rust-project.json
Chris Frantze7454162021-08-25 14:43:05 -070076
77# Bazel-related cache and output directories
78bazel-*
Chris Frantzd87e6122022-03-25 08:57:54 -070079
Dan McArdle5e069f12022-06-24 10:09:54 -040080# Compilation database generated from build system
81compile_commands.json
82
Chris Frantzd87e6122022-03-25 08:57:54 -070083# Local binaries that should not be committed to the codebase
84.bin/