Update .hgignore file.
--HG-- branch : feature
This commit is contained in:
parent
5837ad1866
commit
afbc8d8c30
54
.hgignore
54
.hgignore
|
@ -26,19 +26,61 @@ uic/
|
|||
rcc/
|
||||
man/
|
||||
|
||||
#Ignore Coverity Scan Build Tool
|
||||
# Ignore Coverity Scan Build Tool
|
||||
cov-int/
|
||||
|
||||
# Ignore file used QtCreator for user profile.
|
||||
*.pro.user
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Ignore file Qt translation.
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Qt-es
|
||||
/.qmake.cache
|
||||
/.qmake.stash
|
||||
*.pro.user
|
||||
*.pro.user.*
|
||||
*.moc
|
||||
moc_*.cpp
|
||||
qrc_*.cpp
|
||||
ui_*.h
|
||||
Makefile*
|
||||
*-build-*
|
||||
|
||||
# Ignore Qt translation file .
|
||||
*.qm
|
||||
|
||||
# QtCreator
|
||||
*.autosave
|
||||
|
||||
# Ignore Mercurial .orig files
|
||||
*.orig
|
||||
|
||||
*.rej
|
||||
|
||||
# Ignore Makefile
|
||||
Makefile
|
||||
# QtCtreator Qml
|
||||
*.qmlproject.user
|
||||
*.qmlproject.user.*
|
||||
|
|
Loading…
Reference in New Issue
Block a user