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.
49 lines
373 B
49 lines
373 B
8 years ago
|
# 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
|
||
|
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
|
||
|
*~
|