mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
2fb9771336
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>
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
# 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/
|