spdxexclude 417 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Patterns for excluding files and directories
  4. # Ignore the license directory and the licensing documentation which would
  5. # create lots of noise for no value
  6. LICENSES/
  7. license-rules.rst
  8. # Ignore config files and snippets. The majority is generated
  9. # by the Kconfig tools
  10. kernel/configs/
  11. arch/*/configs/
  12. # Other files without copyrightable content
  13. /CREDITS
  14. /MAINTAINERS
  15. /README