Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
2fb97713 0509b270

+5
+5
scripts/spdxexclude
··· 6 6 # create lots of noise for no value 7 7 LICENSES/ 8 8 license-rules.rst 9 + 10 + # Ignore config files and snippets. The majority is generated 11 + # by the Kconfig tools 12 + kernel/configs/ 13 + arch/*/configs/