Files
2026-06-26 14:45:42 +03:00

78 lines
952 B
Plaintext

# --- CMake / Qt build trees ---
/build/
/build-*/
/build-test/
/out/
/cmake-build-*/
# --- CMake generated files (outside build dirs) ---
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
Makefile
*.ninja
.ninja_deps
.ninja_log
compile_commands.json
CTestTestfile.cmake
Testing/
# --- Qt Creator ---
CMakeLists.txt.user
CMakeLists.txt.user.*
*.autosave
*.pro.user
*.pro.user.*
# --- Compiled binaries / libs ---
*.exe
*.dll
*.so
*.so.*
*.dylib
*.a
*.lib
*.obj
*.o
*.pdb
*.ilk
*.exp
# --- Qt MOC / RCC / UIC ---
*_autogen/
moc_*.cpp
mocs_compilation.cpp
qrc_*.cpp
ui_*.h
# --- Deployment bundles (windeployqt / manual copy) ---
/Deploy/
/WinDeploy/
/Dep/
# --- Python (webconfig) ---
__pycache__/
*.py[cod]
*.pyo
.Python
.venv/
venv/
env/
# --- Secrets / local runtime ---
config/.webconfig.secret
**/.webconfig.secret
config/.master
**/.master
# --- IDE / OS ---
.vs/
.vscode/
.idea/
*.swp
*~
.DS_Store
Thumbs.db
desktop.ini