diff --git a/.gitignore b/.gitignore index 7f6119f..4a4841e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ -# Ignore all files in any directory named build +# Ignore build artefacts build/ +bin/ +# Ignore IDE artefacts .kdev4 SFML-ImGui_StartPoint.kdev4 +# Ignore run artefacts imgui.ini