Skip to content
  • Masahiro Yamada's avatar
    5134e94a
    usr/include: refactor .gitignore · 5134e94a
    Masahiro Yamada authored
    
    
    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: default avatarMasahiro Yamada <masahiroy@kernel.org>
    5134e94a
    usr/include: refactor .gitignore
    Masahiro Yamada authored
    
    
    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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Loading