From f640161b9a52371b7bc8533761af3c9ae6ebef69 Mon Sep 17 00:00:00 2001 From: Marno van der Maas Date: Fri, 22 Dec 2023 16:22:56 +0000 Subject: [PATCH] Add Verilator simulation output to git ignore Git should ignore fst files generated by Verilator and also the `pcount.csv` file which outputs CPU statistics from the simulation. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index eda7f3659..a48e53694 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ book/ build/ .venv/ target/ +*.fst +sonata_system_pcount.csv