48 lines
490 B
Plaintext
48 lines
490 B
Plaintext
# Build directories
|
|
build/
|
|
debug/
|
|
release/
|
|
|
|
# Qt generated files
|
|
Makefile*
|
|
*.pro.user
|
|
*.pro.user.*
|
|
*.qmake.stash
|
|
*.qmake.cache
|
|
moc_*.cpp
|
|
ui_*.h
|
|
qrc_*.cpp
|
|
|
|
# Object and library files
|
|
*.o
|
|
*.obj
|
|
*.so
|
|
*.a
|
|
*.lib
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Qt deployment folders
|
|
platforms/
|
|
styles/
|
|
imageformats/
|
|
iconengines/
|
|
translations/
|
|
bearer/
|
|
|
|
# Common logs/temp files
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
|
|
# OS/editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|