Wrap the non-ASCII testcases with QString::fromUtf8
[profile/ivi/qtbase.git] / .gitignore
index 03883f6..3190e4e 100644 (file)
@@ -69,7 +69,7 @@ bin/moc*
 bin/makeqpf*
 bin/pixeltool*
 bin/qmake*
-bin/qdoc3*
+bin/qdoc*
 bin/qt3to4*
 bin/qtdemo*
 bin/qttracereplay*
@@ -97,9 +97,11 @@ configure.cache
 config.status
 mkspecs/default
 mkspecs/qconfig.pri
+mkspecs/qdevice.pri
 moc_*.cpp
 qmake/qmake.exe
 qmake/Makefile.bak
+qmake/qmake_pch.pch
 src/corelib/global/qconfig.cpp
 src/corelib/global/qconfig.h
 src/corelib/global/qconfig.h.qmake
@@ -111,6 +113,8 @@ tests/auto/qmake/testdata/quotedfilenames/*.exe
 tests/auto/compilerwarnings/*.exe
 tests/auto/qmake/testdata/quotedfilenames/test.cpp
 tests/auto/qprocess/fileWriterProcess.txt
+tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-cache/mime/
+tests/auto/corelib/mimetypes/qmimedatabase/qmimedatabase-xml/mime/
 .com.apple.timemachine.supported
 tests/auto/qlibrary/libmylib.so*
 tests/auto/qresourceengine/runtime_resource.rcc
@@ -119,22 +123,19 @@ translations/*.qm
 translations/*_untranslated.ts
 qrc_*.cpp
 
+src/concurrent/qtconcurrentversion.h
 src/corelib/qtcoreversion.h
 src/dbus/qtdbusversion.h
 src/gui/qtguiversion.h
 src/network/qtnetworkversion.h
 src/opengl/qtopenglversion.h
-src/openvg/qtopenvgversion.h
 src/sql/qtsqlversion.h
 src/testlib/qttestversion.h
 src/xml/qtxmlversion.h
-src/v8/qtv8version.h
 src/platformsupport/qtplatformsupportversion.h
 src/printsupport/qtprintsupportversion.h
 src/widgets/qtwidgetsversion.h
 
-src/v8/generated-debug/
-
 # Test generated files
 QObject.log
 tst_*
@@ -172,6 +173,10 @@ src/3rdparty/webkit/WebCore/mocinclude.tmp
 src/3rdparty/webkit/includes.txt
 src/3rdparty/webkit/includes2.txt
 
+# generated files in configure.exe bootstrapping
+tools/configure/configure.intermediate.manifest
+tools/configure/configure_pch.pch
+
 # Symlinks generated by configure
 tools/qvfb/qvfbhdr.h
 tools/qvfb/qlock_p.h
@@ -210,6 +215,7 @@ examples/tools/plugandpaint/plugins
 include/*
 include/*/*
 lib/*
+imports/*
 !lib/fonts
 !lib/README
 plugins/*/*