Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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