mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Listings of maintainers and people who deserve credits are not really interesting in terms of copyright. The usage of these files outside of the kernel is pointless and the file format is trivial. No point in chasing them or slapping a SPDX identifier into them just because. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 lines
409 B
Text
17 lines
409 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Patterns for excluding files and directories
|
|
|
|
# Ignore the license directory and the licensing documentation which would
|
|
# 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/
|
|
|
|
# Other files without copyrightable content
|
|
/CREDITS
|
|
/MAINTAINERS
|