diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-07-01 15:40:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-07-01 23:12:02 +0200 |
commit | e01fc6d7c1353ed2df4d8fcc06bd3b335e89fa04 (patch) | |
tree | 54122c726a497d765c1c66d9576a112b294a6153 /.gitignore | |
parent | 17217a93418c9a5233eecd9491a7c4269d15057f (diff) |
Add generated lo.xcent to .gitignore
(recently introduced in c78b49ec132eb5126445ebee7d259d3df7fcaa68 "don't specify
entitlements that are not used (sdremote w/o bluetooth)")
Change-Id: Ied7db52d891e92224bc2be0ad1277f40e5d80b3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136752
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3e5bfc0d3f5b..80da6ef39f9f 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,7 @@ /bin/odfvalidator.sh /bin/officeotron.sh /hardened_runtime.xcent +/lo.xcent /vs-code.code-workspace.template /Makefile |