# SPDX-FileCopyrightText: 2010, 2011 Christophe Giboudeaux <cgiboudeaux@gmail.com>
# SPDX-FileCopyrightText: 2010 Torgny Nyblom <kde@nyblom.org>
# SPDX-FileCopyrightText: 2011 Allen Winter <allen.winter@kdab.com>
# SPDX-FileCopyrightText: 2011 Torgny Nyblom <kde@nyblom.org>
# SPDX-FileCopyrightText: 2013 Montel Laurent <montel@kde.org>
# SPDX-FileCopyrightText: 2019 Alexander Potashev <aspotashev@gmail.com>
# SPDX-FileCopyrightText: 2023 Thiago Sueto <herzenschein@gmail.com>
# SPDX-License-Identifier: CC0-1.0

*~

*.orig
*.user
Doxyfile
svnmerge-commit-message.txt
__pycache__
compile_commands.json

# Vim
.*.swp
.swp.*

# IDEs/editors by KDE
*.kate-swp
*.kdev4
.kdev_include_paths
*.kdevelop.pcs

# JetBrains IDEs
/.idea
/cmake-build-debug
/venv
build*/

# .clang-format generated by ECM
.clang-format
