summaryrefslogtreecommitdiff
path: root/scripts/spdxexclude
blob: 81bdb13ed78980c34b617b1d2355f713a250d39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
/README