aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add file names to .gitignoreAssam Boudjelthia2023-07-201-0/+5
| | | | | | | | | | | | * CMake's .user files created by Qt Creator. * .vscode Visual Studio Code config folder. * .DS_Store macOS files. * In tree build folders. Change-Id: Id23358759c1e18d72fd88c399732ea58693af09d Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit f6d8a7ddb9a589f199645a3e40c83748f5e9c241) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add CMakeUserPresets.json to .gitignoreJøger Hansegård2023-06-281-0/+1
| | | | | | | | | | | | | | | The CMakeUserPresets.json file can be used to simplify configuring Qt, particularly with tools such as Visual Studio and Visual Studio Code. As opposed to the CMakePresets.json, the CMakeUserPresets.json should only contain user specific configurations, and should never be checked into source code management system. Therefore it makes sense to ignore it globally. Change-Id: I971d4505b302dc40e3dd33b6d4680c2067047c27 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit cf4eabc8c29c6657bd5f2073c7388a1a2ab65a1e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add *.pro.user* to .gitignoreJason Erb2017-05-251-0/+1
| | | | | | | Task-number: QTBUG-60767 Change-Id: Id81504b35dc8d3ef7eba6ada5baaefe5e6d9f106 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Mandeep Sandhu <mandeepsandhu.chd@gmail.com>
* Ignore auto-generated file .qmake.superMandeep Sandhu2013-10-081-0/+1
| | | | | | | | | Added rule in .gitignore for .qmake.super. This file is generated when building Qt from the root dir. Task-number: QTBUG-33439 Change-Id: Ic15b10e9c7cb175f2ff102f75d08110acf13a0cd Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* remove traces of webkit build being claimed to be specialOswald Buddenhagen2012-09-211-1/+0
| | | | | | | Change-Id: I72a36c7aedf7f364a3bd53755af17b803c532cf2 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated WebKit to a newer snapshot that buildsSimon Hausmann2012-05-251-0/+1
| | | | | | | | Also removed the --no-netscape-plugin part, because the WebKit build system now detects whether it supports plugins or not (on X11 it sort of does). Change-Id: I4aa4517d175de24efdf67593d9c6212ccb893086 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Remove unnecessary rules for .gitignoreYuchen Deng2012-04-241-258/+1
| | | | | | Change-Id: I07293521a4088593750f08a298160e9b476a9d73 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Remove obsolete testlib files from .gitignoreJason McDonald2011-08-241-2/+0
| | | | | | | Change-Id: Ica80f49426aeb640f3f79af30930d5c5a944ada8 Reviewed-on: http://codereview.qt.nokia.com/3391 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* add .gitignore to qt5 root repoAlex2011-05-101-0/+261
Needed since in source builds create Makefiles.