diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-30 13:18:18 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-30 23:59:15 +0000 |
commit | 34dced99c33a97dab86c4538fa267ad4ad4fb41f (patch) | |
tree | 819b450db826576ace4f60f6902fc4ac2f59f5cc /.gitattributes | |
parent | cc89cb56d51b4f43d999701ff97a89ff9fb5a31a (diff) |
Ignore schema files for src tarball generation
Change-Id: I1aeafbe35f7badb6c59eddf79de4e96229b66886
Reviewed-on: https://gerrit.libreoffice.org/28494
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 280196286d7c..f43f23bebdc8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.sdw binary *.svg binary *.jcs binary +schema/*/* export-ignore |