gitignore, dialogues

This commit is contained in:
yzinchuk
2026-06-19 16:45:22 -04:00
parent 125a1354e0
commit 40a9f3dc5d
3 changed files with 285 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
# CMake build directory
build/
# Qt MOC files
moc_*.cpp
*.moc
# Qt resource compiler
qrc_*.cpp
# Qt UI files
ui_*.h
# Object files
*.o
*.obj
# Libraries
*.a
*.lib
# Executables
*.exe
*.out
*.app
screenshot-gallery
# Qt specific
*.autosave
*.qmlc
*.jsc
# IDE and editor files
.vscode/
.idea/
*.pro.user
*.pro.user.*
*~
.DS_Store
# Cache and temporary files
.cache/
*.swp
*.swo
*.tmp
# CMake files (if generated in source directory)
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
*.cmake
# Backup files
*.bak
*.backup
*~
# System files
.directory
Thumbs.db