From 769ac0acd72abfcb91a400a2585dd4224091722b Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 15 Nov 2025 14:05:46 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=20Ignore=20newer=20temp=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3097fa8781..52d7b57118 100755 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,7 @@ CMakeListsPrivate.txt #CLion cmake-build-* +imgui.ini +eeprom.dat +*.sublime-workspace +*.pyc