Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
Change-Id: I9265922f9c34437e712ff3e8033458daf202fe56
Reviewed-on: http://codereview.qt.nokia.com/3345
Reviewed-by: Charles Yin <charles.yin@nokia.com>
  • Loading branch information
yinyunqiao authored and Qt by Nokia committed Aug 24, 2011
1 parent 4022d59 commit e073343
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Expand Up @@ -112,6 +112,9 @@ tests/auto/qprocess/fileWriterProcess.txt
.com.apple.timemachine.supported
tests/auto/qlibrary/libmylib.so*
tests/auto/qresourceengine/runtime_resource.rcc
tools/qtestlib/chart/chart*
tools/qtestlib/updater/updater*
tools/qmltestrunner/qmltestrunner
tools/activeqt/testcon/testcon.tlb
translations/*.qm
translations/*_untranslated.ts
Expand Down Expand Up @@ -259,3 +262,13 @@ src/xml/lib/
*.dep
*.map
work

#generated version headers
src/qmltest/qtquicktestversion.h
src/qtquick1/qtquick1version.h

tests/auto/*/*.o
tests/auto/*/*.moc
tests/auto/*/*/*.o
tests/auto/*/*/*.moc
src/declarative/generated/

0 comments on commit e073343

Please sign in to comment.