summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
Diffstat (limited to 'readlicense_oo')
0 files changed, 0 insertions, 0 deletions
e?id=e01fc6d7c1353ed2df4d8fcc06bd3b335e89fa04'>Add generated lo.xcent to .gitignoreStephan Bergmann (recently introduced in c78b49ec132eb5126445ebee7d259d3df7fcaa68 "don't specify entitlements that are not used (sdremote w/o bluetooth)") Change-Id: Ied7db52d891e92224bc2be0ad1277f40e5d80b3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136752 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2022-05-13Add mold linker temp files to .gitignoreIlmari Lauhakangas Change-Id: I8c3d27cae524b30be601cefb78dca9c4139b2602 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134263 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> 2022-03-30.gitignore: Add Qt Creator's '.qtc_clangd'Michael Weghorn Qt Creator 7 switched to using Clangd as the default backend for the code model. [1] After upgrading, `.qtc_clangd/compile_command.json` started showing up. [1] https://www.qt.io/blog/qt-creator-7-released Change-Id: I3cf30f1ef2873523d76c15c39d2d24c6227f8017 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132290 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> 2022-02-14updated gitignore for Android buildsPranam Lashkari Change-Id: I7603b1de266745ba23a3d991d5e903c6fac9ab41 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117674 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Pranam Lashkari <lpranam@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122905 Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129915 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> 2021-12-23Adapt .gitignoreStephan Bergmann ...to 8d7e266943447a97ad09caebc263f3b2d6abdbde "provide a 'make vscode-ide-integration' target" Change-Id: I16a7ba8acc66c3765f29f2235c173fb6853c82be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127357 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2021-12-01gbuild: serialize dynamic link for static buildsJan-Marek Glogowski This is a hack, because make has no way to serialize processing of a target (just .NOTPARALLEL for the whole Makefile). It uses the lockfile tool / liblockfile 1.17. Since that polls the file, I adjusted the poll timeout to 5s max, because I found the 60s wait much too long. Guess even 1s would be ok... Since it's just a small build tool, I simply copied and patched its source, instead of creating an external project. And there is --with-system-lockfile=... to use an external binary instead. Change-Id: I16bc4579a273dcf1aac811ae4723ca325a0b9eba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126152 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>