From 0b829cc9ee4d862d2ed825485e30fb867a7e6f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20=C3=85gren?= Date: Fri, 14 Feb 2025 14:34:56 +0100 Subject: [PATCH] .gitignore: compile_commands.json and .cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 932ab96..9073ec1 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,5 @@ verilated/ .*.swp *.sch-bak *.sim +compile_commands.json +.cache