Updated .gitignore

Change-Id: Ic5abac7bbcd74180dbe762b7871bb865bd2fbb76
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
J-P Nurmi 2012-08-17 14:23:23 +02:00 committed by Qt by Nokia
parent fd234c2fc6
commit ed7b50fdb4

11
.gitignore vendored
View File

@ -6,6 +6,9 @@ examples/*/*/*
!examples/*/*/README !examples/*/*/README
examples/*/*/*[.]app examples/*/*/*[.]app
!examples/declarative/* !examples/declarative/*
examples/tutorials/*/*/*
!examples/tutorials/*/*/*[.]*
!examples/tutorials/*/*/README
!examples/tutorials/* !examples/tutorials/*
!examples/tutorials/*/* !examples/tutorials/*/*
!examples/ja_JP/*/* !examples/ja_JP/*/*
@ -60,6 +63,7 @@ bin/assistant*
bin/designer* bin/designer*
bin/dumpcpp* bin/dumpcpp*
bin/idc* bin/idc*
bin/jsondb*
bin/linguist* bin/linguist*
bin/lrelease* bin/lrelease*
bin/lupdate* bin/lupdate*
@ -81,6 +85,7 @@ bin/qcollectiongenerator*
bin/qdbus* bin/qdbus*
bin/qhelpconverter* bin/qhelpconverter*
bin/qhelpgenerator* bin/qhelpgenerator*
bin/qglinfo*
bin/qtconfig* bin/qtconfig*
bin/xmlpatterns* bin/xmlpatterns*
bin/cetest* bin/cetest*
@ -94,6 +99,8 @@ bin/qmldebugger*
bin/qml* bin/qml*
bin/qttracereplay* bin/qttracereplay*
bin/qt.conf bin/qt.conf
bin/servicefw*
bin/sfwlisten*
configure.cache configure.cache
config.status config.status
config.summary config.summary
@ -227,12 +234,16 @@ release
tmp tmp
doc-build doc-build
doc/html/* doc/html/*
doc/qt*/*
doc/qch doc/qch
doc-build doc-build
.rcc .rcc
.pch .pch
.metadata .metadata
tmp-debug tmp-debug
tmp-debug-shared
tmp-release
tmp-release-shared
# Symbian build system generated files # Symbian build system generated files
# --------------------- # ---------------------