summaryrefslogtreecommitdiff
path: root/.scm-settings
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2010-02-14 02:12:15 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2010-02-14 02:12:15 +0000
commit57eea6f89f6d5c7a157493a108a1f6a1535c34e2 (patch)
tree11f56a720f02ef6676ebb17f6b55d2711444b8b3 /.scm-settings
parent5ae6b78a8cfe6308899572a34ca0348130adef72 (diff)
downloadVirtualBox-svn-57eea6f89f6d5c7a157493a108a1f6a1535c34e2.tar.gz
scm: .scm-settings files.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@26483 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to '.scm-settings')
-rw-r--r--.scm-settings63
1 files changed, 63 insertions, 0 deletions
diff --git a/.scm-settings b/.scm-settings
new file mode 100644
index 00000000000..7a97f75abd9
--- /dev/null
+++ b/.scm-settings
@@ -0,0 +1,63 @@
+# $Id$
+## @file
+# Top level source code massager settings.
+#
+# This will be loaded when scm is pointed to any file or directory in the
+# VirtualBox source tree. It will recursively load all .scm-settings files
+# it find in or above directories or files it's told to work on. So,
+# .scm-settings files can be placed in sub-directories in the tree to provide
+# additional settins specific to that sub-tree.
+#
+
+#
+# Copyright (C) 2010 Sun Microsystems, Inc.
+#
+# This file is part of VirtualBox Open Source Edition (OSE), as
+# available from http://www.virtualbox.org. This file is free software;
+# you can redistribute it and/or modify it under the terms of the GNU
+# General Public License (GPL) as published by the Free Software
+# Foundation, in version 2 as it comes in the "COPYING" file of the
+# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+#
+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
+# Clara, CA 95054 USA or visit http://www.sun.com if you need
+# additional information or have any questions.
+#
+
+
+#
+# Directories to ignore.
+#
+# These are simple string patterns (see iprt/string.h) and we'll match both the
+# base name as well as the absolute path of each directory we consider for
+# recursion against these patterns.
+#
+--filter-out-dirs ".svn"
+--filter-out-dirs "*/out/."
+--filter-out-dirs "*/tools/."
+--filter-out-dirs "*/webtools/."
+--filter-out-dirs "*/kBuild/."
+--filter-out-dirs "*/debian/."
+--filter-out-dirs "*/SlickEdit/."
+--filter-out-dirs "*/src/libs/."
+--filter-out-dirs "*/src/apps/."
+--filter-out-dirs "*/src/VBox/Frontends/."
+--filter-out-dirs "*/src/VBox/Additions/x11/x11include/."
+--filter-out-dirs "*/src/VBox/Additions/WINNT/Graphics/Wine/."
+--filter-out-dirs "*/src/VBox/Additions/common/crOpenGL/."
+--filter-out-dirs "*/src/VBox/HostServices/SharedOpenGL/."
+--filter-out-dirs "*/src/VBox/GuestHost/OpenGL/*/."
+--filter-out-dirs "*/src/VBox/Devices/PC/Etherboot-src/*/."
+--filter-out-dirs "*/src/VBox/Devices/Network/lwip/."
+--filter-out-dirs "*/src/VBox/Devices/Storage/VBoxHDDFormats/StorageCraft/*/."
+
+#
+# Files to ignore.
+#
+# Same format as for the directories, except that we'll also apply them to
+# files specified directly on the command line.
+#
+##--filter-out-files "*/src/VBox/Runtime/common/checksum/md5.cpp"
+
+