mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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/
|