summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add .pch and .obj directories to .gitignoreMichael BrĂ¼ning2015-01-231-0/+2
| | | | | Change-Id: I22ff2a3fc8ba3b25aceb6d11ce2e1093afef8f1e Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Update .gitignore with build artifactsAndras Becsi2014-06-051-0/+2
| | | | | | | | This hides the prepared patches directory for upstream builds and gyp cache files produced for idl files. Change-Id: I340e5f6af5169810a780c9295d19bc7ce5fefd8c Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Update .gitignoreJocelyn Turcotte2014-03-191-15/+18
| | | | | | | | | | | | Adapt to the move of out/(Debug|Release) to src/core/(Debug|Release) This also changes individual tests binary rules into a tst_* rule and a negating tst_*.* to unmatched non target binaries. Move more general file globs at the end of the list so that the negation doesn't also negate those general rules (e.g. *.o). Change-Id: Ie953da6cf255adfee7d4b04e91a6528558918ebc Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
* gitignore updatePierre Rossi2014-01-221-5/+6
| | | | | | | to unclutter git status --untracked once again Change-Id: Ia329f321e1e1689cbb990d66580234c666bb5416 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* More gitignore patternsPierre Rossi2013-12-031-1/+3
| | | | | | | Also whitelist core.gyp in prevision for a handwritten one. Change-Id: I8122d71893158e745f1368fc1b9d0d7aab3d220b Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Moving sources to src part 2: Adjust paths.Jocelyn Turcotte2013-11-281-4/+1
| | | | | | | | | | | | | | | | | | | NOTE: To build after this you should rerun init-repository.py or run $> git submodule sync $> git submodule update $> git config qtwebengine.chromiumsrcdir src/3rdparty This makes everything build by adjusting paths. Other mixed-in changes: - Rename qtwebengine_src variables in scripts to qtwebengine_root to avoid confusion. - Cleanup the release and debug extra targets that were in lib.pro. This file has also been split into src.pro and core.pro. Change-Id: Ieee9158a65f526b15244eaca59e779b7069d337e Reviewed-by: Zeno Albisser <zeno.albisser@digia.com> Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
* Import fancybrowser examplePierre Rossi2013-11-121-0/+1
| | | | | Change-Id: Ia61fbe3ef6b76c7530d10d4a3305d4208b3469ef Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* More .gitignore patternsPierre Rossi2013-09-111-2/+12
| | | | | | | This is to unclutter git status --untracked Change-Id: I782066cf24f0b9ddf7ab4e94d1feb0257bbe0c52 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Revert "Add 3rdparty_upstream and 3rdparty to .gitignore"Andras Becsi2013-08-261-2/+0
| | | | | | | | This reverts commit e13b70626cdc593d9cfad48b9ffff6d4c4993585 since it seems to cause problems with the init-repository script. Change-Id: Ie8a038041b3a17dcb0bb1f629285205a328a6819 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Add 3rdparty_upstream and 3rdparty to .gitignoreAndras Becsi2013-08-261-0/+2
| | | | | | | This should prevent them showing up in the pushed changes on gerrit. Change-Id: Id750d8b80baffc61cba804840d2c1199e6372374 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* More ignore patternsPierre Rossi2013-06-191-0/+5
|
* more files to ignorePierre Rossi2013-06-101-0/+4
|
* Add out/ to .gitignorePierre Rossi2013-04-191-0/+1
|
* Hack: Link process with hard-coded list of static libsSimon Hausmann2013-04-111-0/+3
We need to replace this with a properly dynamically generated list of dependencies, but for prototyping this will have to do the trick.