.gitignore |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit de09bd97f01ff9f27eb2d02dea0ced3f1485e252
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Mon Jan 15 07:54:29 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Jan 15 08:48:52 2024 +0100

    add secmod.db files to .gitignore
    
    sometimes the xml security tests will leave these lying around,
    and we don't want them committed
    
    Change-Id: I703aee4cb5b3e5c41449f744f1628c09be70d077
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162070
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/.gitignore b/.gitignore
index 2655822709cd..7bd30210ad5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -196,3 +196,6 @@ gdbtrace.log
 # Android builds
 /android/jniLibs/
 /android/obj/
+
+# xml unit tests sometimes leave these lying around
+**/secmod.db

Reply via email to