From 7e7c97ac5f9c0137f9f2547deb46dca2dd12abda Mon Sep 17 00:00:00 2001 From: ocornut Date: Thu, 20 Jun 2024 14:34:42 -0700 Subject: [PATCH] Ignore .ini file with other suffixes. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 64b5e1221..f632636e0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ ## Dear ImGui artifacts imgui.ini +imgui*.ini ## General build artifacts *.o