Commit ed7b50fd authored by J-P Nurmi's avatar J-P Nurmi Committed by Qt by Nokia
Browse files

Updated .gitignore


Change-Id: Ic5abac7bbcd74180dbe762b7871bb865bd2fbb76
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent fd234c2f
No related merge requests found
Showing with 11 additions and 0 deletions
...@@ -6,6 +6,9 @@ examples/*/*/* ...@@ -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* ...@@ -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* ...@@ -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* ...@@ -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 ...@@ -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
# --------------------- # ---------------------
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment