Ignore .ini file with other suffixes.

This commit is contained in:
ocornut 2024-06-20 14:34:42 -07:00
parent 77d9f80754
commit 7e7c97ac5f

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
## Dear ImGui artifacts ## Dear ImGui artifacts
imgui.ini imgui.ini
imgui*.ini
## General build artifacts ## General build artifacts
*.o *.o