aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Ignore .qmake.{cache,stash} for full treeNikolai Kosjar2019-02-061-2/+2
| | | | | | | ...and not just the top level. Change-Id: I7ff7be5d8a9336e75faa82f52e66f949f33ea0f0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* GitIgnore: Replace ssh manual tests with autotestOrgad Shaneh2018-12-191-4/+1
| | | | | | | Amends 1c6c64df2058cb8f2a06fce1a4ffa5476a80b762. Change-Id: I6a6acbd5e58d073fa29f43dfe576936d06caf6ef Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | ... instead of our own SSH library. Advantages: - Full compatibility with OpenSSH behavior guaranteed. - Minimal maintenance effort. - Less code to build. - Big chunk of 3rd party sources can be removed from our repository. One the downside, Windows users now need to install OpenSSH for RemoteLinux support. Hoewever, people doing embedded development probably have it installed anyway. [ChangeLog] Switched SSH backend to OpenSSH Fixes: QTCREATORBUG-15744 Fixes: QTCREATORBUG-15807 Fixes: QTCREATORBUG-19306 Fixes: QTCREATORBUG-20210 Change-Id: Ifcfefdd39401e45ba1f4aca35d2c5bf7046c7aab Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* .gitignore: Add /src/libs/botan/build/Nikolai Kosjar2018-10-231-0/+1
| | | | | Change-Id: I0eae7749e996208c44ce48531dfc0d0fc92de2a1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Clang: Use clang-format for indentationIvan Donchevskii2018-09-121-1/+0
| | | | | | | | | | | | | | | | | | | This is the new experimental plugin based on LibFormat. It replaces the default indenter for CppEditorDocument and applies clang-format after the CR or the set of 'electric' characters. Uses the global .clang-format kept in QtC settings or the one for current project. Both can be configured. For indentation some style modifications and code manipulations are done to prevent line shrinking when it's not expected. Manual indentation uses unmodified style from .clang-format file. Change-Id: I6279b805e418e1804b553efa615f5c843f395a58 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* .gitignore: Ignore Squish config files we don't useRobert Loehning2018-09-041-0/+3
| | | | | Change-Id: Id4a25cd1952666aaba8efface910cbb70235c825 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* ClangTools: Remove clang static analyzerNikolai Kosjar2018-05-111-2/+0
| | | | | | | ...since it's superseded by the tidy integration. Change-Id: Idafa5e1fb5129b1af8e42231a664684d4b90821f Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Add experimental .clang-formatNikolai Kosjar2017-09-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a configuration file for clang-format [1] and a test file to demonstrate benefits and current problems with respect to Qt Creator's coding rules [2]. This is based on clang-format from the llvm/clang 5.0 branch, which is about to be released soon in the next days/weeks (already behind schedule). Using clang-format for Qt Creator brings these advantages: * Enforce a bunch of coding rules by a simple tool/shortcut invocation. * Spend less review cycles for authors and reviewers regarding formatting. This helps especially for/with first-time contributors. * clang-format sorts includes and using declarations. * clang-format adds/updates namespace end comments, e.g.: } // namespace Foo See dist/clangformat/README.md for setup instructions und currently known issues. [1] https://clang.llvm.org/docs/ClangFormat.html [2] https://doc-snapshots.qt.io/qtcreator-extending/coding-style.html Task-number: QTCREATORBUG-17643 Change-Id: I87bdd66b8e492e99a360022962b0053f02a33e57 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-151-0/+1
|\ | | | | | | | | | | | | | | | | Conflicts: src/tools/clangbackend/ipcsource/clangiasyncjob.cpp src/tools/clangbackend/ipcsource/clangjobrequest.cpp src/tools/clangbackend/ipcsource/clangjobrequest.h Change-Id: Ib8602530663813ade418f995dfd2a736908cfe75
| * Qbs: Add Qbs doc output to .gitignoreLeena Miettinen2017-08-071-0/+1
| | | | | | | | | | | | | | | | | | So that the HTML files don't clutter Git Gui when committing changes. Change-Id: If415e42d3dd76274aaadce839593e8b1a4651b3b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* | Introduce Breakpad crash handlerMarco Bubke2017-07-251-0/+1
|/ | | | | | | | | | | | Google Breakpad (https://chromium.googlesource.com/breakpad/breakpad) is a widely used crash handler framework, e.g. by Mozilla and Chromium. It is providing a platform neutral solution to generate mini dumps, collect debug information and generate stack traces from those. Done-with: Orgad Shaneh <orgad.shaneh@audiocodes.com> Change-Id: I09382e7db0dc9e29b228e7b554fda7b6f5684349 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Edit .gitignore, because doc file target dir changedLeena Miettinen2017-04-181-3/+2
| | | | | | | It is now /doc/qtcreator/ or /doc/qtcreator-dev/ Change-Id: Ifce996b2d5b82502e578db9a6db058fb714e4ec9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* .gitignore: Ignore qml cache filesAlessandro Portale2016-09-191-0/+4
| | | | | | | | | Qt 5.8 introduces qml caching. Ignore *.qmlc and *.jsc files which are generated under share/qtcreator/qmldesigner and welcomescreen when building and running Qt Cretor in-source. Change-Id: Ic90710fd559a0e17838dd89ce55e3cf9107adeee Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* .gitignore: Sort sectionsNikolai Kosjar2016-09-171-88/+88
| | | | | Change-Id: I4d2cc1e2e5fdaf71b1de07261b05438e0961ef83 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* .gitignore: Update for in-source buildsNikolai Kosjar2016-09-141-18/+32
| | | | | Change-Id: I4aeff4399d1d59f52162c1d5c7d992919d77d913 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Update .gitignoreOrgad Shaneh2016-08-101-0/+3
| | | | | | | | Include libexec and 2 more shared directories Change-Id: I720faab5388602fa36bc0edef30fc02125f74194 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Qml code model: handle modules dependencies.Marco Benelli2016-04-191-0/+1
| | | | | | | | Fix the broken hierarchies between qml objects. Change-Id: Id36c735cab0129af382fab7b9dd90c228304168c Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Remove tcpportsgathererKai Koehne2016-04-041-1/+0
| | | | | | | | Has not been used since a while. Change-Id: I53cf42d723c2f4d822ad63923b857f119e5cfa58 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Add qmake-generated wrapper scripts to .gitignoreEike Ziller2016-01-281-0/+4
| | | | | Change-Id: Idb82c78436335db70bc6caf906b9aa1ea212c68b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Utils: Move template file processing from projectexplorer to utilsTobias Hunger2015-10-121-0/+1
| | | | | | | | | | | I want to use it e.g. for snippets and the TextEditor plugin may not depend on the ProjectExplorer, so the code has to move. This adds a dependency on QtQml to Utils, but that does not really matter since that is loaded into QtCreator anyway. Change-Id: Iada9f40b2966a1fc41631ab33da09812ad67d967 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Provide pyqtc fileChristian Stenger2015-09-021-0/+1
| | | | | | Change-Id: I2147cdd49e4050ad6bb8a538dfccc679fa2b1069 Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* only ignore json files under src/pluginsTim Jenssen2015-06-291-1/+1
| | | | | | | | | As we using json for wizards a git clean -dxf was funny after adding a new wizard. Change-Id: Id7d4c6b59cbbfb05a16b436643aa8c91881eb420 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Clang: Rename CodeModelBackEnd in ClangBackEndMarco Bubke2015-06-161-1/+1
| | | | | Change-Id: I13e8a458634110456375956d4d4da7239c86957f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* Introduce codemodelbackend process and libraryMarco Bubke2015-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a partial result of wip/clang-oop. More will follow. This allows us to invoke the completion out of the Qt Creator process and thus safes us as against libclang crashes. At this point only the completion use case is supported. Some notes on the individual components: src/libs/codemodelbackendipc * library encapsulating the inter process communication handling * used by the backend application and in a follow-up change by the creator integration src/libs/3rdparty/sqlite * version 3.8.10.2 * dependency of codemodelbackendipc, will be used to storage indexing data, among others src/tools/codemodelbackend * the backend application tests/unit: * unit tests Change-Id: I91a48e27467581a22fb760a18d8eb926008fea60 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* C++: Clean up dev toolsNikolai Kosjar2015-01-291-4/+4
| | | | | | | | | | | * Move cplusplus-frontend to src/tools * Make them depend on libs/cplusplus instead of building that lib again * Put the binaries into bin of the qtcreator build directory * Unify *.pro files * Build them all if BUILD_CPLUSPLUS_TOOLS is set Change-Id: I8f9cd731625cbf9f41d5f6464c6cd946ffd6e141 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Ignore code coverage filesMarco Bubke2015-01-061-0/+5
| | | | | Change-Id: I6f97356af49f6f6ffa0241f2b527c1bf33b0a279 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-021-1/+0
| | | | | | | | Change-Id: I2b2c704260c613985a4bda179658ec1f8879e70f Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-051-1/+0
|\ | | | | | | | | | | | | | | | | Conflicts: qtcreator.pri qtcreator.qbs src/plugins/android/androidglobal.h Change-Id: I3367bf2ea47c088989175dddeed2210294346f4c
| * C++: Tests: Remove plain-cplusplusNikolai Kosjar2014-07-281-1/+0
| | | | | | | | | | | | Change-Id: Ifdf4cd5ea478c87d585c9404caf8f4be6873f692 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* | GenericProject: add simple test.Erik Verbruggen2014-07-071-0/+1
|/ | | | | Change-Id: Idce9c44caf0b963fa9750b8abc7fc8aab6ab8227 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* Ignore build product.Erik Verbruggen2014-06-261-0/+1
| | | | | | Change-Id: Ieb2a60f4743c3c8473738be5a5a0830932e220d8 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Christian Kamm <kamm@incasoftware.de>
* Fix gitignore for non shadow buildsNikita Baryshnikov2014-05-291-1/+34
| | | | | | | Ignore qbs binaries, tests Change-Id: Ica9764eb08c0d82d33374057205813746a5a6ecf Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* gitignore: ignore .qmake.stash filesErik Verbruggen2014-02-271-0/+1
| | | | | Change-Id: I6ebea0f6ce680ee95190be68ec2ae96ec04958ad Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Make git ignore qbs build files.Christian Kandeler2013-10-171-0/+4
| | | | | Change-Id: Id698999406f84412ef9341756fc4343b5e5adcac Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* GitIgnore gzip files in dist/gdbOrgad Shaneh2013-04-031-3/+4
| | | | | | | | Products of the Makefile Change-Id: I75cf3b2e0b72f1ede32edaec72d2e656c7bc3d42 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* GitIgnore .qmake.cacheOrgad Shaneh2013-03-071-0/+1
| | | | | | Change-Id: I9e585b1bdec3e7898ae8db193b6f8949cc9db030 Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* GitIgnore lexer test binaryOrgad Shaneh2013-03-051-0/+1
| | | | | Change-Id: I4c9cfd527015230b080e69ee315bbd4d2aeeaf15 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* GitIgnore: Add qbs.user filesOrgad Shaneh2013-02-071-0/+1
| | | | | Change-Id: I9aae36188ed11d0a7211dbe3e079d4c0fc2ab272 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Update and clean .gitignoreOrgad Shaneh2013-01-311-88/+118
| | | | | | | | | | | | | | * Prepend / for directories expected to be in the root directory * Append / (and remove trailing *) for entries which are expected to be directories * Add some qmake-generated directories (.obj, .moc, .uic) * Include all exe files in a single rule * Add cpaster, sdktool and qtcreator_crash_handler * Add all tests binaries Change-Id: Ic8640cfe2222bc18a16bf18f96ba6733cf50eaa8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Update .gitignore for windows in source buildDaniel Teske2013-01-151-0/+4
| | | | | | Change-Id: I57d06e129287955a02768130fecf24860698418b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Added another 3 tests to the git ignore file.Erik Verbruggen2012-12-041-0/+3
| | | | | Change-Id: Icbe749d5950193aaf0bf407e33e3631e1b7f68e5 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-261-4/+8
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/cpptools/cppcompletion_test.cpp src/plugins/projectexplorer/kitmanagerconfigwidget.cpp src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp src/plugins/qtsupport/baseqtversion.cpp tests/auto/cplusplus/findusages/tst_findusages.cpp Change-Id: Idd2abc09753a71a6c252bfa9914274459b2c7e63
| * C++: Clean up dev tools.Nikolai Kosjar2012-11-221-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add -h and -help options describing the tools and their usage. * Make the tools compile and run on Windows (MinGW, MSVC). * Rename project dirs, executables and main source files to more meaningful names: - Use same base name for project dir, *.pro file, main source file and (if applicable) script file. - Use the prefix "cplusplus-". - The names are now: - gen-cpp-ast/generate-ast --> cplusplus-update-frontend - mkvisitor --> cplusplus-mkvisitor - cplusplus-dump/cplusplus0 --> cplusplus-ast2png * Get rid of 'c++' shell scripts. * Get rid of duplicates of 'conf.c++'. Rename to 'pp-configuration.inc'. * Introduce src/tools/cplusplus-tools-utils containing common stuff that is used at least in two tools. 'pp-configuration.inc' can also be found here. * cplusplus-update-frontend: - Print file paths of written files to stdout. - Convenience: Use default values referencing the appropriate dirs and files. * cplusplus-mkvisitor: - Take only one argument, namely the path to AST.h. - Convenience: Use default path to AST.h. * cplusplus-ast2png: - Make it run without LD_LIBRARY_PATH. - As the name suggests, generate image files in png format (needs 'dot' from graphviz). - Convenience: Read from stdin, which useful for small snippets. Change-Id: I79c4061fce4a1571c0588dfedd50d4a70715d9df Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
* | GitIgnore qbs build directoriesOrgad Shaneh2012-10-301-0/+2
|/ | | | | Change-Id: I568834ffaeb0b53043a2db42dde5c19640e25b14 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Ignoring Python byte codeRobert Loehning2012-10-241-0/+3
| | | | | | Change-Id: Ifa2c7481f1bf2863cf237ec905f4186f0b6bb0dd Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
* More Nokia -> Digia/QtProject changesEike Ziller2012-10-091-2/+2
| | | | | Change-Id: If52505dbc95ee48ac3467cdfbbea91629c11089c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Ignore SDK directoryTobias Hunger2012-06-201-0/+3
| | | | | | | Ignore the directory used by the SDK to store Qt versions, etc. Change-Id: Ieb4021ac5fdf607996256aed55437b552c9c1794 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Start adding qbs support for src/tools.Christian Kandeler2012-05-211-1/+0
| | | | | Change-Id: I70b9f13c6dffa107b12eac09ed4495a5318fdb1e Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
* Update .gitignore for VS 2010.kh12012-05-111-2/+10
| | | | | Change-Id: I99866dbc11e6e79c11bd3ee22e4c41a0d08805f9 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
* Add Test for Python in GDB makefile for MinGWDavid Schulz2012-04-231-0/+1
| | | | | | | | | | Download python if necessary. Git ignore the python directory. Task-number: QTCREATORBUG-7305 Change-Id: I03fa3ea404b38e5541d3d0380eb4e0987ceaa811 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>