um: tell git to ignore generated files
Tell git to ignore the generated files under um, except: include/shared/kern_constants.h include/shared/user_constants.h which will be moved to include/generated. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
03315b5916
Коммит
3b2a8c8f3c
|
@ -36,6 +36,7 @@ modules.builtin
|
|||
#
|
||||
tags
|
||||
TAGS
|
||||
linux
|
||||
vmlinux
|
||||
vmlinuz
|
||||
System.map
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
kernel/config.c
|
||||
kernel/config.tmp
|
||||
kernel/vmlinux.lds
|
Загрузка…
Ссылка в новой задаче