VirtualBox

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

Last change on this file since 26489 was 26487, checked in by vboxsync, 15 years ago

include: whitespace cleanup.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1# $Id: .scm-settings 26487 2010-02-14 07:07:53Z 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# Directories to ignore.
31#
32# These are simple string patterns (see iprt/string.h) and we'll match both the
33# base name as well as the absolute path of each directory we consider for
34# recursion against these patterns.
35#
36--filter-out-dirs ".svn"
37--filter-out-dirs "*/out/."
38--filter-out-dirs "*/tools/."
39--filter-out-dirs "*/webtools/."
40--filter-out-dirs "*/kBuild/."
41--filter-out-dirs "*/debian/."
42--filter-out-dirs "*/SlickEdit/."
43--filter-out-dirs "*/src/libs/."
44--filter-out-dirs "*/src/apps/."
45--filter-out-dirs "*/src/VBox/Frontends/."
46--filter-out-dirs "*/src/VBox/Additions/x11/x11include/."
47--filter-out-dirs "*/src/VBox/Additions/WINNT/Graphics/Wine/."
48--filter-out-dirs "*/src/VBox/Additions/common/crOpenGL/."
49--filter-out-dirs "*/src/VBox/HostServices/SharedOpenGL/."
50--filter-out-dirs "*/src/VBox/GuestHost/OpenGL/*/."
51--filter-out-dirs "*/src/VBox/Devices/PC/Etherboot-src/*/."
52--filter-out-dirs "*/src/VBox/Devices/Network/lwip/."
53--filter-out-dirs "*/src/VBox/Devices/Storage/VBoxHDDFormats/StorageCraft/*/."
54
55#
56# Files to ignore.
57#
58# Same format as for the directories, except that we'll also apply them to
59# files specified directly on the command line.
60#
61--filter-out-files "*/include/VBox/HostServices/glext.h"
62--filter-out-files "*/include/VBox/HostServices/glxext.h"
63--filter-out-files "*/include/VBox/HostServices/wglext.h"
64
65
Note: See TracBrowser for help on using the repository browser.

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