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>
This commit is contained in:
parent
a2fb7ac13e
commit
de09bd97f0
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -196,3 +196,6 @@ gdbtrace.log
|
||||||
# Android builds
|
# Android builds
|
||||||
/android/jniLibs/
|
/android/jniLibs/
|
||||||
/android/obj/
|
/android/obj/
|
||||||
|
|
||||||
|
# xml unit tests sometimes leave these lying around
|
||||||
|
**/secmod.db
|
||||||
|
|
Loading…
Reference in a new issue