From c480b5781c8f7029dea14e4b448add3594069102 Mon Sep 17 00:00:00 2001 From: Cairo Caplan Date: Fri, 28 Feb 2025 17:42:13 +0100 Subject: [PATCH] Adding buildsim.log to .gitignore, as it is created by some make targets --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c3a370c9..a9beea0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Build output build +buildsim.log # Common editor/IDE config and temporary files .project