From 1e760664005072829c367b38562177955f7d5cbb Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 25 Dec 2024 14:04:23 +0100 Subject: [PATCH] gitignore for chache, json and .elf --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 32aec77..f25f439 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ *.a build driver +*.elf +*.json +.cache