You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
480 B
Plaintext

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
11 years ago
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.dll
*.dylib
# Python
__pycache__
11 years ago
# Qt-es
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.moc
*.qmlc
11 years ago
moc_*.cpp
qrc_*.cpp
ui_*.h
Makefile*
*-build-*
*-build
/build
11 years ago
# QtCreator
*.autosave
11 years ago
qtcreator-build
11 years ago
CMakeLists.txt.user
# KDevelop
*.kdev4
# PyCharm
.idea
# Visual Studio Code
.vscode
# Backup files
*~
*.bak
# Kate
*.kate-swp
tags