Adding buildsim.log to .gitignore, as it is created by some make targets

This commit is contained in:
Cairo Caplan 2025-02-28 17:42:13 +01:00
parent 3341779e74
commit c480b5781c

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# Build output
build
buildsim.log
# Common editor/IDE config and temporary files
.project