You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
399 B
53 lines
399 B
# C++ objects and libs
|
|
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Python
|
|
|
|
__pycache__
|
|
|
|
# Qt-es
|
|
|
|
/.qmake.cache
|
|
/.qmake.stash
|
|
*.pro.user
|
|
*.pro.user.*
|
|
*.moc
|
|
*.qmlc
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
Makefile*
|
|
*-build-*
|
|
*-build
|
|
/build
|
|
|
|
# QtCreator
|
|
|
|
*.autosave
|
|
qtcreator-build
|
|
CMakeLists.txt.user
|
|
|
|
# KDevelop
|
|
*.kdev4
|
|
|
|
# PyCharm
|
|
.idea
|
|
|
|
# Visual Studio Code
|
|
.vscode
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Kate
|
|
*.kate-swp
|