Add KDevelop to gitignore

This commit is contained in:
Julian Groß 2023-03-12 16:38:32 +01:00
parent 40cdeec4d9
commit 09a88a5d0f

6
.gitignore vendored
View file

@ -1,7 +1,7 @@
# https://www.git-scm.com/docs/gitignore # https://www.git-scm.com/docs/gitignore
# #
# Copyright 2013-2019 High Fidelity, Inc. # Copyright 2013-2019 High Fidelity, Inc.
# Copyright 2022 Overte e.V. # Copyright 2022-2023 Overte e.V.
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
VideoDecodeStats VideoDecodeStats
@ -66,6 +66,10 @@ profile
DerivedData DerivedData
.idea/ .idea/
# KDevelop
*~
*.kdev4
*.hmap *.hmap
# ignore interface optional externals # ignore interface optional externals