Initial commit with correct .gitignore
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user