aboutsummaryrefslogtreecommitdiff
path: root/scripts/spdxexclude
diff options
context:
space:
mode:
authorGravatar Thomas Gleixner <tglx@linutronix.de> 2022-05-16 12:27:30 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2022-05-18 15:35:35 +0200
commit2fb977133684bb74d301bd86a9bb1bd2762362fc (patch)
tree4a8e299266801dabbae17331e12aeb19f7575505 /scripts/spdxexclude
parentscripts/spdxcheck: Put excluded files and directories into a separate file (diff)
downloadlinux-2fb977133684bb74d301bd86a9bb1bd2762362fc.tar.gz
linux-2fb977133684bb74d301bd86a9bb1bd2762362fc.tar.bz2
linux-2fb977133684bb74d301bd86a9bb1bd2762362fc.zip
scripts/spdxcheck: Exclude config directories
Kernel configuration files like default configs are machine generated and pretty useless outside of the kernel context. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/spdxexclude')
-rw-r--r--scripts/spdxexclude5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/spdxexclude b/scripts/spdxexclude
index 5b30fe246197..4a7fb16dc823 100644
--- a/scripts/spdxexclude
+++ b/scripts/spdxexclude
@@ -6,3 +6,8 @@
# create lots of noise for no value
LICENSES/
license-rules.rst
+
+# Ignore config files and snippets. The majority is generated
+# by the Kconfig tools
+kernel/configs/
+arch/*/configs/