mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
.gitignore: add leading and trailing slashes to generated directories
Clarify these directory paths are relative to the top of the source tree. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -90,10 +90,10 @@ modules.builtin
|
|||||||
#
|
#
|
||||||
# Generated include files
|
# Generated include files
|
||||||
#
|
#
|
||||||
include/config
|
/include/config/
|
||||||
include/generated
|
/include/generated/
|
||||||
include/ksym
|
/include/ksym/
|
||||||
arch/*/include/generated
|
/arch/*/include/generated/
|
||||||
|
|
||||||
# stgit generated dirs
|
# stgit generated dirs
|
||||||
patches-*
|
patches-*
|
||||||
|
Reference in New Issue
Block a user