summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-30 13:18:18 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-30 23:59:15 +0000
commit34dced99c33a97dab86c4538fa267ad4ad4fb41f (patch)
tree819b450db826576ace4f60f6902fc4ac2f59f5cc
parentcc89cb56d51b4f43d999701ff97a89ff9fb5a31a (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>
-rw-r--r--.gitattributes1
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
ure/wasm&id=62badf38283ef31e50d40e62f5d8bc3824c615d7'>Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann 2013-04-19remove unused component_canUnload functionsMatúš Kukan 2013-03-30fix loplugin unused warningsPeter Foley 2013-03-19further OUString cleanupThomas Arnhold 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-04sal_Bool to boolTakeshi Abe 2013-02-28remove all d.lstMichael Stahl 2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin 2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin 2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-12-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz 2012-12-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz 2012-11-29Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz 2012-10-22drop rdbmaker completelyMatúš Kukan 2012-10-02Use prefixTor Lillqvist 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud 2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin 2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann