1 | # $Id: .scm-settings 76553 2019-01-01 01:45:53Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the docs.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2010-2019 Oracle Corporation
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | # available from http://www.virtualbox.org. This file is free software;
|
---|
11 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | # General Public License (GPL) as published by the Free Software
|
---|
13 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | #
|
---|
17 |
|
---|
18 | /*.html: --treat-as plaintext
|
---|
19 | /*.rtf: --treat-as binary
|
---|
20 | /*.doc: --treat-as binary
|
---|
21 | /*.odt: --treat-as binary
|
---|
22 | /*.ods: --treat-as binary
|
---|
23 | /*.odg: --treat-as binary
|
---|
24 | /*.sxi: --treat-as binary
|
---|
25 | /*.vpp: --treat-as binary
|
---|
26 |
|
---|
27 | # Abusing --external-copyright.
|
---|
28 | /*.txvpck: --treat-as xml --external-copyright --no-convert-eol
|
---|
29 | /*.txvStateDiagram20: --treat-as xml --external-copyright --no-convert-eol
|
---|
30 | /*.txvComponentDiagram20: --treat-as xml --external-copyright --no-convert-eol
|
---|
31 | /*.xmi: --treat-as xml --external-copyright --no-convert-eol
|
---|
32 | /*.tpx: --treat-as xml --external-copyright --no-convert-eol
|
---|
33 | /*.graphml: --treat-as xml --external-copyright --no-convert-eol
|
---|
34 |
|
---|
35 | /*.iuml: --treat-as plaintext --add-action copyright-tick-style
|
---|
36 | /Changelog.2*: --treat-as plaintext
|
---|
37 |
|
---|
38 | --filter-out-files /Qt/qt4.darwin.patch
|
---|
39 |
|
---|