summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Minor .gitignore update on macv5.15.0-beta2Jean-Michaƫl Celerier2020-03-111-0/+4
| | | | | Change-Id: Ia2d9fafed048b515562eb04dff06058c63ddc6b5 Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Fix Qt3DAnimation::Animation::Clock::playbackRateChip Collier2017-08-021-0/+1
| | | | | | | | | | | | | | | | Fixes a small bug, removes unused properties from the clock node (`startTime`) and changes the type of the `playbackRate` property from `float` to `double` to match the rest of the animation aspect. QClockPrivate is no longer responsible for emitting the playbackRateChanged signal. Tests updated to account for this. [ChangeLog][Qt3DAnimation][Bugfix] The backend node (`Qt3DAnimation::Animation::Clock`) had an incorrect return type specified (`int` instead of `float`) which was narrowing the actual value during the evaluation of associated animation clips. Change-Id: I53ec78ba289cafcd2055582bee23ff1fc3481317 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Ignore compiled qml files (.qmlc)Mike Krus2017-02-111-0/+1
| | | | | Change-Id: Ic2b0e0f99947481bd05ca620d1d3d3c9f8ef9772 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add .qmake.stash to .gitignoreSean Harmer2017-02-061-0/+1
| | | | | Change-Id: If44d04450ca971ebefbdb767ef0e722ae893de3b Reviewed-by: Mike Krus <mike.krus@kdab.com>
* Make git ignore the generated wrapper scriptsMiikka Heikkinen2016-11-161-0/+6
| | | | | Change-Id: Iab863275aef6e1a1e41d2bcd534a6ee9f8a81f26 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Update .gitignoreGiuseppe D'Angelo2015-01-161-0/+6
| | | | | | Change-Id: I6667a43bcdeb99b707ba533a335915e0f7d5a516 Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Allow to add sub-sub directories in examplesSean Harmer2014-10-311-1/+0
| | | | | | Change-Id: I1c8962511486181dc5358b4ee3f3c7a00a8f174c Reviewed-by: James Turner <james.turner@kdab.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Ignore assimp logsGiuseppe D'Angelo2014-06-041-0/+2
| | | | | Change-Id: I1e74335cf490d8b6cd44a62f666432919a7725aa Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Update gitignoreGiuseppe D'Angelo2014-06-041-18/+5
| | | | | | | | We don't have demos, tutorials, tests. And we have only one subdirectory level under examples. Change-Id: I62d4af4991f42b768d8e5cf9a5c2ea825b9e3588 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add doc/qt3d to .gitignoreYuchen Deng2012-08-271-0/+1
| | | | | Change-Id: I16481106cfa447b64b773e8b82f0b1a52d9138ad Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Add the CMake directory created during unit testing to .gitignore.Stephen Kelly2012-07-231-0/+1
| | | | | Change-Id: I93b9686daa49f4978d0919291402182865a73ec3 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
* Improve .gitignoreDebao Zhang2012-04-301-0/+66
| | | | | Change-Id: Ie93e11d7aa01a906be23582625f1004a982c7ecb Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Add 'bin' directory to ignore listYuchen Deng2012-04-241-0/+1
| | | | | Change-Id: Ife1d46c118987f54f4766bd5dc06b9bf1b6b5f86 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Add some stuff to ignore listYuchen Deng2012-04-051-1/+5
| | | | | Change-Id: I686dbad1d527ba48e2baaaee628688bb1e5314a5 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Put generated files in gitignoreSarah Smith2011-10-191-0/+3
| | | | | Change-Id: I8ccd4f3c57c6f3fbbd8d7b6dc6e1ae637bf115f8 Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
* Add files ported from research/qt3dSarah Smith2011-03-091-0/+5
Fill repo with some of the files from the research/qt3d project. At present the new project builds under MacOSX. To-dos include getting it building under linux, windows, harmattan and maemo/meego; updating the documentation to reflect the new QtQuick focus; and fixing the issues with private headers.