From de09bd97f01ff9f27eb2d02dea0ced3f1485e252 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 15 Jan 2024 07:54:29 +0200 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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