git: updated comments for gitignore
This commit is contained in:
parent
c0ef040686
commit
9a936b8e30
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue