VirtualBox

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

Last change on this file since 30037 was 26562, checked in by vboxsync, 14 years ago

*: Added svn:keywords where missing.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1# $Id: .scm-settings 26562 2010-02-16 01:05:49Z 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 Sun Microsystems, Inc.
14#
15# This file is part of VirtualBox Open Source Edition (OSE), as
16# available from http://www.virtualbox.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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
24# Clara, CA 95054 USA or visit http://www.sun.com if you need
25# additional information or have any questions.
26#
27
28
29#
30# Global settings.
31#
32# Only consider directories and files that are part of a SVN working set.
33#
34--only-svn-dirs
35--only-svn-files
36--set-svn-eol
37--set-svn-executable
38--set-svn-keywords
39
40#
41# Directories to ignore.
42#
43# These are simple string patterns (see iprt/string.h) and we'll match both the
44# base name as well as the absolute path of each directory we consider for
45# recursion against these patterns.
46#
47--filter-out-dirs ".svn"
48--filter-out-dirs "*/*out*/."
49--filter-out-dirs "*/tools/."
50--filter-out-dirs "*/webtools/."
51--filter-out-dirs "*/kBuild/."
52--filter-out-dirs "*/debian/."
53--filter-out-dirs "*/SlickEdit/."
54--filter-out-dirs "*/src/libs/*/."
55--filter-out-dirs "*/src/apps/kchmviewer*/."
56--filter-out-dirs "*/src/VBox/Additions/x11/x11include/."
57--filter-out-dirs "*/src/VBox/Additions/WINNT/Graphics/Wine/."
58--filter-out-dirs "*/src/VBox/Additions/WINNT/Network/freebsd/."
59--filter-out-dirs "*/src/VBox/Additions/WINNT/i8042prt/include/."
60--filter-out-dirs "*/src/VBox/Additions/common/crOpenGL/."
61--filter-out-dirs "*/src/VBox/Additions/solaris/DRM/include/."
62--filter-out-dirs "*/src/VBox/Additions/solaris/SharedFolders/solaris10/sys/."
63--filter-out-dirs "*/src/VBox/HostServices/SharedOpenGL/."
64--filter-out-dirs "*/src/VBox/HostDrivers/VBoxNetFlt/solaris/include/."
65--filter-out-dirs "*/src/VBox/HostDrivers/VBoxUSB/solaris/include/."
66--filter-out-dirs "*/src/VBox/GuestHost/OpenGL/*/."
67--filter-out-dirs "*/src/VBox/Devices/PC/Etherboot-src/*/."
68--filter-out-dirs "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/*/."
69--filter-out-dirs "*/src/VBox/Devices/Network/lwip/."
70--filter-out-dirs "*/src/VBox/Devices/Storage/VBoxHDDFormats/StorageCraft/*/."
71--filter-out-dirs "*/src/VBox/RDP/client/."
72--filter-out-dirs "*/src/recompiler/tests/."
73
74
75#
76# Files to ignore.
77#
78# Same format as for the directories, except that we'll also apply them to
79# files specified directly on the command line.
80#
81--filter-out-files "*/include/VBox/HostServices/glext.h"
82--filter-out-files "*/include/VBox/HostServices/glxext.h"
83--filter-out-files "*/include/VBox/HostServices/wglext.h"
84--filter-out-files "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_strfunc.h"
85--filter-out-files "*/src/VBox/Devices/Audio/sys-queue.h"
86--filter-out-files "*/src/VBox/HostDrivers/VBoxUSB/os2/usbcalls.h"
87--filter-out-files "*/src/VBox/RDP/x11server/Init*.c"
88--filter-out-files "*/vslick.h"
89
90
91#
92# Files and sub-trees where we don't convert tabs.
93#
94*/src/VBox/Additions/solaris/SharedFolders/*: --no-convert-tabs
95*/src/VBox/Additions/x11/vboxmouse/*mouse*: --no-convert-tabs
96*/src/VBox/Additions/x11/vboxmouse/*pnp.c: --no-convert-tabs
97*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.c: --no-convert-tabs
98*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.h: --no-convert-tabs
99*/src/VBox/Devices/Network/slirp/*: --no-convert-tabs
100*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --no-convert-tabs
101*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --no-convert-tabs
102*/src/apps/tunctl/tunctl.c: --no-convert-tabs
103vboxvideo_drm.c: --no-convert-tabs
104*linux.mod.c: --no-convert-tabs
105*/src/VBox/Main/DisplayResampleImage.cpp: --no-convert-tabs
106*/src/recompiler/*: --no-convert-tabs
107*/src/recompiler/VBox*: --convert-tabs
108
109
110#
111# Files and sub-trees where we don't set forcibly set svn:keywords.
112#
113*/src/VBox/Additions/x11/vboxmouse/*mouse*: --dont-set-svn-keywords
114*/src/VBox/Additions/x11/vboxmouse/*pnp.c: --dont-set-svn-keywords
115*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.c: --dont-set-svn-keywords
116*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.h: --dont-set-svn-keywords
117*/src/VBox/Devices/Network/slirp/*: --dont-set-svn-keywords
118*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --dont-set-svn-keywords
119*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --dont-set-svn-keywords
120*/src/VBox/Devices/PC/BIOS/rombios.c: --dont-set-svn-keywords
121*/src/recompiler/*: --dont-set-svn-keywords
122*/src/recompiler/VBox*: --set-svn-keywords
123
124
125#
126# Temporary exclusions, awaiting cleanup.
127#
128--filter-out-dirs "*/src/VBox/Additions/os2/VBoxGradd/."
129--filter-out-dirs "*/src/VBox/Additions/os2/VBoxGrext/."
130--filter-out-dirs "*/src/VBox/Additions/os2/VBoxMouse/."
131--filter-out-dirs "*/src/VBox/Devices/PC/PXE/."
132*/src/VBox/Additions/solaris/Installer/postinstall.sh: --no-convert-tabs
133*/src/VBox/HostDrivers/Support/solaris/mod.sh: --no-convert-tabs
134*/src/VBox/Installer/solaris/vboxconfig.sh: --no-convert-tabs
135
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use