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/
|
rcc/
|
||||||
man/
|
man/
|
||||||
|
|
||||||
#Ignore Coverity Scan Build Tool
|
# Ignore Coverity Scan Build Tool
|
||||||
cov-int/
|
cov-int/
|
||||||
|
|
||||||
# Ignore file used QtCreator for user profile.
|
# Compiled Object files
|
||||||
*.pro.user
|
*.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
|
*.qm
|
||||||
|
|
||||||
|
# QtCreator
|
||||||
|
*.autosave
|
||||||
|
|
||||||
# Ignore Mercurial .orig files
|
# Ignore Mercurial .orig files
|
||||||
*.orig
|
*.orig
|
||||||
|
|
||||||
*.rej
|
*.rej
|
||||||
|
|
||||||
# Ignore Makefile
|
# QtCtreator Qml
|
||||||
Makefile
|
*.qmlproject.user
|
||||||
|
*.qmlproject.user.*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user