lkml.org 
[lkml]   [2022]   [May]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[patch 8/9] scripts/spdxcheck: Exclude dot files
Date
None of these files

.clang-format, .cocciconfig, .get_maintainer.ignore, .gitattributes,
.gitignore, .mailmap

have copyrightable content. They are configuration files which use a
publicly documented format.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
scripts/spdxexclude | 6 ++++++
1 file changed, 6 insertions(+)

--- a/scripts/spdxexclude
+++ b/scripts/spdxexclude
@@ -2,6 +2,12 @@
#
# Patterns for excluding files and directories

+# Ignore dot files:
+# .clang-format, .cocciconfig, .get_maintainer.ignore
+# .gitattributes, .gitignore, .mailmap
+# do not really have copyrightable content
+.*
+
# Ignore the license directory and the licensing documentation which would
# create lots of noise for no value
LICENSES/
\
 
 \ /
  Last update: 2022-05-16 12:29    [W:0.141 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site