VirtualBox

source: vbox/trunk/.scm-settings@ 69390

最後變更 在這個檔案從69390是 69390,由 vboxsync 提交於 7 年 前

HostServices/SharedOpenGL: scm updates

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 4.2 KB
 
1# $Id: .scm-settings 69390 2017-10-26 17:17:51Z vboxsync $
2## @file
3# Top level source code massager settings.
4#
5# This will be loaded when scm is pointed to any file or directory in the
6# VirtualBox source tree. It will recursively load all .scm-settings files
7# it find in or above directories or files it's told to work on. So,
8# .scm-settings files can be placed in sub-directories in the tree to provide
9# additional settins specific to that sub-tree.
10#
11
12#
13# Copyright (C) 2010-2017 Oracle Corporation
14#
15# This file is part of VirtualBox Open Source Edition (OSE), as
16# available from http://www.alldomusa.eu.org. This file is free software;
17# you can redistribute it and/or modify it under the terms of the GNU
18# General Public License (GPL) as published by the Free Software
19# Foundation, in version 2 as it comes in the "COPYING" file of the
20# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
21# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
22#
23
24
25#
26# Global settings.
27#
28# Only consider directories and files that are part of a SVN working set.
29#
30--only-svn-dirs
31--only-svn-files
32--set-svn-eol
33--set-svn-executable
34--set-svn-keywords
35
36#
37# Directories to ignore.
38#
39# These are simple string patterns (see iprt/string.h) and we'll match both the
40# base name as well as the absolute path of each directory we consider for
41# recursion against these patterns.
42#
43--filter-out-dirs ".svn"
44--filter-out-dirs "/*out*/."
45--filter-out-dirs "/tools/."
46--filter-out-dirs "/webtools/."
47--filter-out-dirs "/kBuild/."
48--filter-out-dirs "/_kBuild/."
49--filter-out-dirs "/kBuild_/."
50--filter-out-dirs "/debian/."
51--filter-out-dirs "/SlickEdit/."
52--filter-out-dirs "/doc/manual/texfiles/."
53--filter-out-dirs "/src/libs/*/."
54--filter-out-dirs "/src/apps/kchmviewer*/."
55
56--filter-out-dirs "/src/VBox/GuestHost/OpenGL/*/."
57--filter-out-dirs "/src/VBox/Devices/Graphics/shaderlib*/."
58--filter-out-dirs "/src/VBox/Devices/Graphics/vmsvga/."
59--filter-out-dirs "/src/VBox/Devices/Graphics/vmsvga_glext/."
60--filter-out-dirs "/src/VBox/Devices/PC/ipxe/*/."
61--filter-out-dirs "/src/VBox/Devices/EFI/Firmware*/."
62--filter-out-dirs "/src/VBox/Devices/Network/lwip*/src*/."
63--filter-out-dirs "/src/VBox/Devices/Network/lwip*/doc*/."
64--filter-out-dirs "/src/VBox/Devices/Network/lwip*/test*/."
65--filter-out-dirs "/src/VBox/Storage/VDFormats/StorageCraft/*/."
66--filter-out-dirs "/src/VBox/RDP/client-*/."
67--filter-out-dirs "/src/recompiler/tests/."
68
69
70#
71# Files to ignore.
72#
73# Same format as for the directories, except that we'll also apply them to
74# files specified directly on the command line.
75#
76--filter-out-files "/include/VBox/HostServices/glext.h"
77--filter-out-files "/include/VBox/HostServices/glxext.h"
78--filter-out-files "/include/VBox/HostServices/wglext.h"
79--filter-out-files "/src/VBox/Devices/Audio/sys-queue.h"
80--filter-out-files "/src/VBox/Devices/Audio_old/sys-queue.h"
81--filter-out-files "/src/VBox/RDP/x11server/Init*.c"
82--filter-out-files "/vslick.h"
83--filter-out-files "/tools/envSub.cmd"
84--filter-out-files "*/PkgInfo"
85--filter-out-files "*/*-PkgInfo"
86--filter-out-files "*.plist"
87--filter-out-files "*/Doxyfile*"
88--filter-out-files "*/COPYING"
89--filter-out-files "*/COPYING.LIB"
90--filter-out-files "*.desktop"
91
92
93#
94# Files and sub-trees where we don't convert tabs.
95#
96/src/VBox/Devices/Network/slirp/*: --no-convert-tabs
97/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --no-convert-tabs
98/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --no-convert-tabs
99/src/apps/tunctl/tunctl.c: --no-convert-tabs
100vboxvideo_drm.c: --no-convert-tabs
101*linux.mod.c: --no-convert-tabs
102/src/recompiler/*: --no-convert-tabs
103/src/recompiler/VBox*: --convert-tabs
104
105
106#
107# Files and sub-trees where we don't set forcibly set svn:keywords.
108#
109/src/VBox/Devices/Network/slirp/*: --dont-set-svn-keywords
110/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --dont-set-svn-keywords
111/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --dont-set-svn-keywords
112/src/VBox/Devices/PC/BIOS/rombios.c: --dont-set-svn-keywords
113/src/recompiler/*: --dont-set-svn-keywords
114/src/recompiler/VBox*: --set-svn-keywords
115
116
117#
118# Temporary exclusions, awaiting cleanup.
119#
120--filter-out-dirs "/src/VBox/Devices/PC/PXE/."
121/src/VBox/Installer/solaris/vboxconfig.sh: --no-convert-tabs
122
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette