gitignore, dialogues
This commit is contained in:
+61
@@ -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
|
||||
Reference in New Issue
Block a user