summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-01-15 07:54:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-01-15 08:48:52 +0100
commitde09bd97f01ff9f27eb2d02dea0ced3f1485e252 (patch)
treec12a3a2e9599237968a148d638d3fb519d78c44e /.gitignore
parenta2fb7ac13e6e1cc27559871f0455342bdcccaa40 (diff)
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.grandin@collabora.co.uk>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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