This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-01-24 01:09:38 -05:00
Code
Activity
3b3009ea8a
linux
/
usr
/
include
/
.gitignore
3 lines
44 B
Text
Raw
Normal View
History
Unescape
Escape
.gitignore: add SPDX License Identifier Add SPDX License Identifier to all .gitignore files. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-03 22:35:59 +09:00
# SPDX-License-Identifier: GPL-2.0-only
usr/include: refactor .gitignore The current .gitignore intends to ignore everything under usr/include/ except .gitignore and Makefile. A cleaner solution is to use a pattern suffixed with '/', which matches only directories. It works well here because all the exported headers are located in sub-directories, like <linux/*.h>, <asm/*.h>. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-04-25 04:47:19 +09:00
/*/
Copy permalink