Files
scuc-qt-course/.gitignore
T
2026-06-30 14:24:18 +08:00

38 lines
523 B
Plaintext

.env
.claude/
# Build outputs
build/
build-*/
out/
*.o
*.obj
# Qt / moc artifacts (should not normally live in-source)
moc_*.cpp
*.moc
qrc_*.cpp
ui_*.h
# Tooling caches
.qt/
.cache/
# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store
# Isolated Qt 5.14.2 install (built via aqtinstall; ~577MB, not in git)
.qt514/
.venv-aqt/
# Runtime artifacts produced when running Qt examples locally
# (qpicture_io writes drawing.pic; filesystem examples write file.dat/.txt/in.txt)
/drawing.pic
/file.dat
/file.txt
/in.txt
/person.txt