lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | *~ |
| 2 | *.bak |
Jacob Levy | 389bc5b | 2022-02-09 21:43:59 +0200 | [diff] [blame] | 3 | *.swp |
| 4 | *.swo |
Eunchan Kim | 0655035 | 2020-10-12 16:42:45 -0700 | [diff] [blame] | 5 | tags |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 6 | __pycache__ |
Eunchan Kim | 6e3a81c | 2020-10-27 11:27:57 -0700 | [diff] [blame] | 7 | /.vscode |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 8 | opentitan-docs |
| 9 | |
Miguel Osorio | a2ffb71 | 2019-09-26 12:33:38 -0700 | [diff] [blame] | 10 | # fusesoc result |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 11 | build/ |
| 12 | |
Miguel Osorio | a2ffb71 | 2019-09-26 12:33:38 -0700 | [diff] [blame] | 13 | # build directories with special suffixes |
| 14 | build*/ |
| 15 | |
Tobias Wölfel | ce06a24 | 2019-10-23 13:54:46 +0200 | [diff] [blame] | 16 | # Generated register headers |
| 17 | hw/ip/*/sw |
| 18 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 19 | # JasperGold FPV Result |
| 20 | jgproject/ |
| 21 | |
Eunchan Kim | 8ea43f8 | 2022-05-26 11:04:58 -0700 | [diff] [blame] | 22 | # CDC result |
| 23 | ._dbname |
| 24 | ._idebug_exit_script |
| 25 | idebugcfg.db |
| 26 | idebugcfg.db-journal |
| 27 | ivision.ws |
Eunchan Kim | f2f85bd | 2022-07-13 14:56:26 -0700 | [diff] [blame^] | 28 | meridian_project/ |
| 29 | mrdc.his |
Eunchan Kim | 8ea43f8 | 2022-05-26 11:04:58 -0700 | [diff] [blame] | 30 | |
Miguel Osorio | a2ffb71 | 2019-09-26 12:33:38 -0700 | [diff] [blame] | 31 | # FPGA splice intermediate files |
| 32 | *.jou |
| 33 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 34 | # Simulation Results |
| 35 | *.log |
| 36 | vdCovLog/ |
| 37 | INCA_libs/ |
| 38 | *.shm/ |
| 39 | .simvision/ |
| 40 | *.history |
| 41 | irun.key |
| 42 | *.svcf |
| 43 | *.fsdb |
| 44 | *.rc |
| 45 | out/ |
| 46 | scratch/ |
| 47 | ucli.key |
| 48 | novas.conf |
| 49 | verdiLog/ |
| 50 | ascent_project/ |
| 51 | ascentlint.rpt |
Eunchan Kim | 5524816 | 2022-02-08 12:14:23 -0800 | [diff] [blame] | 52 | .idebugrc |
| 53 | idebugFiles/ |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 54 | |
| 55 | # verilator/gtkwave waveforms and wave lists |
| 56 | *.fst |
| 57 | *.gtkw |
Eunchan Kim | 54d9ee0 | 2020-03-02 10:20:39 -0800 | [diff] [blame] | 58 | |
| 59 | # Foundry library |
| 60 | hw/foundry/ |
Jon Flatley | a863a28 | 2020-03-03 10:49:39 -0500 | [diff] [blame] | 61 | |
Silvestrs Timofejevs | 2ca07af | 2020-10-30 10:18:25 +0000 | [diff] [blame] | 62 | # ROM_EXT signer vendored in dependencies |
| 63 | sw/host/rom_ext_image_signer/vendored_dependencies |
Pirmin Vogel | 6963b2e | 2020-11-13 19:07:39 +0100 | [diff] [blame] | 64 | |
| 65 | # Autogen files for non-Earlgrey tops |
| 66 | hw/top_englishbreakfast/**/autogen/ |
| 67 | hw/top_englishbreakfast/ip/alert_handler/dv/alert_handler_env_pkg__params.sv |
| 68 | hw/top_englishbreakfast/ip/sensor_ctrl/rtl/* |
| 69 | hw/top_englishbreakfast/ip/xbar_main/xbar_main.core |
| 70 | hw/top_englishbreakfast/ip/xbar_peri/xbar_peri.core |
Chris Frantz | 20b0196 | 2021-05-07 14:48:06 -0700 | [diff] [blame] | 71 | |
| 72 | # Rust Cargo build system files. |
| 73 | Cargo.lock |
| 74 | sw/host/**/target |
Chris Frantz | b0b81e6 | 2022-06-01 14:07:33 -0700 | [diff] [blame] | 75 | rust-project.json |
Chris Frantz | e745416 | 2021-08-25 14:43:05 -0700 | [diff] [blame] | 76 | |
| 77 | # Bazel-related cache and output directories |
| 78 | bazel-* |
Chris Frantz | d87e612 | 2022-03-25 08:57:54 -0700 | [diff] [blame] | 79 | |
Dan McArdle | 5e069f1 | 2022-06-24 10:09:54 -0400 | [diff] [blame] | 80 | # Compilation database generated from build system |
| 81 | compile_commands.json |
| 82 | |
Chris Frantz | d87e612 | 2022-03-25 08:57:54 -0700 | [diff] [blame] | 83 | # Local binaries that should not be committed to the codebase |
| 84 | .bin/ |