.gitignore                   |   16 ++++++++++++++++
 solenv/gbuild/CppunitTest.mk |    4 ++++
 2 files changed, 20 insertions(+)

New commits:
commit 4162aeb955bbce000de7fc0e1490fb3aaeaf97d2
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Feb 18 14:23:46 2026 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Feb 24 10:45:30 2026 +0100

    continue if systemd --scope --user fails
    
    which it can in a restricted environment with:
    
    Failed to connect to user scope bus via local transport
    
    Change-Id: I606d7cdfcdd3ad811943da37197498ae51e2051a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199627
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200129
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 3ec382b798d4..58ee40e3d008 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -25,6 +25,10 @@ gb_CppunitTest_PYTHONDEPS ?= $(call 
gb_Library_get_target,pyuno_wrapper) $(if $(
 ifeq ($(WITH_COREDUMPCTL),)
 gb_CppunitTest_coredumpctl_setup :=
 gb_CppunitTest_coredumpctl_run :=
+else ifneq ($(shell $(SYSTEMD_RUN) --scope --user -- true 2>/dev/null && echo 
yes),yes)
+$(info warning: systemd-run --scope --user does not work, disabling 
coredumpctl)
+gb_CppunitTest_coredumpctl_setup :=
+gb_CppunitTest_coredumpctl_run :=
 else
 gb_CppunitTest_coredumpctl_setup = \
     export LIBO_TEST_UNIT=$$($(SYSTEMD_ESCAPE) "$1:$$(date -u 
+%Y%m%d%H%M%S):$$$$$(if $2,:$2)" | cut -b -249) &&
commit bdd67d63a0f26edfbfbe0c2b674078e21896bd2e
Author:     Caolán McNamara <[email protected]>
AuthorDate: Thu Feb 19 08:39:01 2026 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Feb 24 10:45:19 2026 +0100

    expand tools data .gitignore list
    
    Change-Id: I8fac99834899cef5be19ef3428d193fb073436c1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200128
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/.gitignore b/.gitignore
index ed69ef94f996..74c05bd051ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,6 +98,22 @@ eclipsesettingfile.xml
 *.code-workspace
 .mold-*
 
+# assistants
+.ai
+.ai-cache
+*.ai.md
+CLAUDE.md
+claude.log
+.claude
+.cursor
+.cursorignore
+.copilot
+copilot.json
+.aider
+.aider.conf.yml
+.aider.history
+.continue
+
 # things below this point are targeted for elimination
 
 #stuff that we should no generated where they are

Reply via email to