VirtualBox

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

Last change on this file since 96407 was 96407, checked in by vboxsync, 22 months ago

scm copyright and license note update

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1# $Id: .scm-settings 96407 2022-08-22 17:43:14Z 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-2022 Oracle and/or its affiliates.
14#
15# This file is part of VirtualBox base platform packages, as
16# available from https://www.virtualbox.org.
17#
18# This program is free software; you can redistribute it and/or
19# modify it under the terms of the GNU General Public License
20# as published by the Free Software Foundation, in version 3 of the
21# License.
22#
23# This program is distributed in the hope that it will be useful, but
24# WITHOUT ANY WARRANTY; without even the implied warranty of
25# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
26# General Public License for more details.
27#
28# You should have received a copy of the GNU General Public License
29# along with this program; if not, see <https://www.gnu.org/licenses>.
30#
31# SPDX-License-Identifier: GPL-3.0-only
32#
33
34
35#
36# Global settings.
37#
38# Only consider directories and files that are part of a SVN working set.
39#
40--only-svn-dirs
41--only-svn-files
42--set-svn-eol
43--set-svn-executable
44--set-svn-keywords
45
46#
47# Directories to ignore.
48#
49# These are simple string patterns (see iprt/string.h) and we'll match both the
50# base name as well as the absolute path of each directory we consider for
51# recursion against these patterns.
52#
53--filter-out-dirs ".svn"
54--filter-out-dirs "/*out*/."
55--filter-out-dirs "/webtools/."
56--filter-out-dirs "/*kBuild*/."
57--filter-out-dirs "/SlickEdit/."
58
59
60#
61# Files to ignore.
62#
63# Same format as for the directories, except that we'll also apply them to
64# files specified directly on the command line.
65#
66--filter-out-files "/vslick.h"
67--filter-out-files "/.dir-locals.el"
68--filter-out-files "*/.gitignore"
69--filter-out-files "*/PkgInfo"
70--filter-out-files "*/*-PkgInfo"
71--filter-out-files "*.crt"
72--filter-out-files "*.plist"
73--filter-out-files "*.provisionprofile"
74--filter-out-files "*/Doxyfile*"
75--filter-out-files "*/COPYING"
76--filter-out-files "*/COPYING.LIB"
77--filter-out-files "*/COPYING.CDDL"
78--filter-out-files "*/COPYING.GPLv2"
79--filter-out-files "*/COPYING.UBDL"
80--filter-out-files "*.desktop"
81--filter-out-files "*/.swagger-codegen-ignore"
82--filter-out-files "*/.swagger-codegen/VERSION"
83
84
85#
86# Header guards are by default relative to the parent directory.
87#
88--guard-prefix VBOX_INCLUDED_SRC_
89--guard-relative-to-dir {parent}
90--fix-header-guard-endif
91
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use