scripts/spdxcheck: Exclude config directories
authorThomas Gleixner <tglx@linutronix.de>
Mon, 16 May 2022 10:27:30 +0000 (12:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 May 2022 13:35:35 +0000 (15:35 +0200)
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>
scripts/spdxexclude

index 5b30fe24619728fa675b0f02e8efe5b228b0b5f0..4a7fb16dc823f6c947cb493a6aac0b8ac69f0a96 100644 (file)
@@ -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/