git: updated comments for gitignore

This commit is contained in:
Sara Gerretsen 2025-09-03 19:56:55 +02:00
parent c0ef040686
commit 9a936b8e30

5
.gitignore vendored
View file

@ -1,5 +1,8 @@
# Ignore all files in any directory named build # Ignore build artefacts
build/ build/
bin/
# Ignore IDE artefacts
.kdev4 .kdev4
SFML-ImGui_StartPoint.kdev4 SFML-ImGui_StartPoint.kdev4
# Ignore run artefacts
imgui.ini imgui.ini