mirror of
https://invent.kde.org/multimedia/kdenlive.git
synced 2025-07-16 19:10:12 +00:00
22 lines
No EOL
369 B
Text
22 lines
No EOL
369 B
Text
# 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/ |