Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
Change-Id: Ic5abac7bbcd74180dbe762b7871bb865bd2fbb76
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
J-P Nurmi authored and Qt by Nokia committed Aug 18, 2012
1 parent fd234c2 commit ed7b50f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ examples/*/*/*
!examples/*/*/README
examples/*/*/*[.]app
!examples/declarative/*
examples/tutorials/*/*/*
!examples/tutorials/*/*/*[.]*
!examples/tutorials/*/*/README
!examples/tutorials/*
!examples/tutorials/*/*
!examples/ja_JP/*/*
Expand Down Expand Up @@ -60,6 +63,7 @@ bin/assistant*
bin/designer*
bin/dumpcpp*
bin/idc*
bin/jsondb*
bin/linguist*
bin/lrelease*
bin/lupdate*
Expand All @@ -81,6 +85,7 @@ bin/qcollectiongenerator*
bin/qdbus*
bin/qhelpconverter*
bin/qhelpgenerator*
bin/qglinfo*
bin/qtconfig*
bin/xmlpatterns*
bin/cetest*
Expand All @@ -94,6 +99,8 @@ bin/qmldebugger*
bin/qml*
bin/qttracereplay*
bin/qt.conf
bin/servicefw*
bin/sfwlisten*
configure.cache
config.status
config.summary
Expand Down Expand Up @@ -227,12 +234,16 @@ release
tmp
doc-build
doc/html/*
doc/qt*/*
doc/qch
doc-build
.rcc
.pch
.metadata
tmp-debug
tmp-debug-shared
tmp-release
tmp-release-shared

# Symbian build system generated files
# ---------------------
Expand Down

0 comments on commit ed7b50f

Please sign in to comment.