mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
26 lines
428 B
Plaintext
26 lines
428 B
Plaintext
# SPDX-FileCopyrightText: none
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
*~
|
|
# restrict the rule for build folders to the root
|
|
# level to avoid exclusion of eg. timeline2/model/builders/
|
|
/build*/
|
|
|
|
CMakeLists.txt.user*
|
|
*.kdev4
|
|
*.patch
|
|
packaging/flatpak/.flatpak-builder
|
|
|
|
# Jetbrains IDE like CLion
|
|
.idea
|
|
|
|
# clangd tooling
|
|
.cache
|
|
.clangd
|
|
compile_commands.json
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# Artefacts from running KDE CI locally
|
|
kde-ci-reports/*
|