aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <masahiroy@kernel.org> 2021-04-25 04:47:19 +0900
committerGravatar Masahiro Yamada <masahiroy@kernel.org> 2021-05-02 00:43:34 +0900
commit5134e94ac4f5e58d73f39fde8ee6735b47f5c63d (patch)
tree222c73333785cf03cda07fc51101add504d30913 /.gitignore
parentgenksyms: fix stale comment (diff)
downloadlinux-5134e94ac4f5e58d73f39fde8ee6735b47f5c63d.tar.gz
linux-5134e94ac4f5e58d73f39fde8ee6735b47f5c63d.tar.bz2
linux-5134e94ac4f5e58d73f39fde8ee6735b47f5c63d.zip
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>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions