mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
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:
parent
03315b5916
commit
3b2a8c8f3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,6 +36,7 @@ modules.builtin
|
||||
#
|
||||
tags
|
||||
TAGS
|
||||
linux
|
||||
vmlinux
|
||||
vmlinuz
|
||||
System.map
|
||||
|
3
arch/um/.gitignore
vendored
Normal file
3
arch/um/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
kernel/config.c
|
||||
kernel/config.tmp
|
||||
kernel/vmlinux.lds
|
Loading…
Reference in New Issue
Block a user