summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add API Change Review wrapper scriptDavid Skoland2021-08-171-0/+1
| | | | | | | | | | | This is a wrapper script that parses .gitmodules of a qt5 checkout and figures out which version it should be compared to. It then generates a change review for each module and asks if it should be uploaded. It acts as a replacement for all-api-modules which also handles the steps of checking out repos and the otherwise manual git steps. Change-Id: If2035fe70159d33fad7f5f6375f5ef1ca5e6a8ea Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Add missing go module file so that this is easier to buildSimon Hausmann2019-02-211-0/+2
| | | | | Change-Id: Ib8c231adaf560352d49b4f0f248c3a8918f24754 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Add qmake generated files to .gitignore.Miikka Heikkinen2012-12-201-0/+3
| | | | | | | | Add source files generated by qmake for automatic static plugin imports to .gitignore. Change-Id: Ie32704ecfb8f2f954d1fa44d9a380c38487504f6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* testrunner: improve output when tests crash on WindowsRohan McGovern2012-03-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Previously, crashing tests on Windows would be treated just like any other test exiting with a non-zero exit code; i.e. no additional information would be printed. Update testrunner to follow the same conventions as used by Windows crash dialogs: present the exit code in hex form, along with the symbol matching that exit code (if available). This gives output of the form: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION) The crash selftests, which previously used "kill 11, $$" to simulate a crash, were updated to use genuine invalid pointer dereferences, as "kill 11, $$" is not a valid way to induce a crash on Windows. A "division by zero" crash selftest was also added, to test at least one type of crash other than an invalid memory access. Change-Id: Ibde889abd5b2a35550cb596bd5770d98807e0ea9 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* Remove obsolete testlib files from .gitignoreJason McDonald2011-08-231-2/+0
| | | | | | | Change-Id: I9bbde2c8f525633d7a55cd9e0149fed991a14d33 Reviewed-on: http://codereview.qt.nokia.com/3375 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add .gitignore to each moduleaxis2011-04-271-0/+261