mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-28 16:47:25 +02:00
Add KDevelop to gitignore
This commit is contained in:
parent
40cdeec4d9
commit
09a88a5d0f
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue