fix(git): replaced specific filename.kdev with wildcard
This commit is contained in:
parent
941cc482bc
commit
3caee7f547
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,6 +3,6 @@ build/
|
||||||
bin/
|
bin/
|
||||||
# Ignore IDE artefacts
|
# Ignore IDE artefacts
|
||||||
.kdev4
|
.kdev4
|
||||||
SFML-ImGui_StartPoint.kdev4
|
*.kdev4
|
||||||
# Ignore run artefacts
|
# Ignore run artefacts
|
||||||
imgui.ini
|
imgui.ini
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue