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:
committed by
Linus Torvalds
parent
03315b5916
commit
3b2a8c8f3c
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,6 +36,7 @@ modules.builtin
|
|||||||
#
|
#
|
||||||
tags
|
tags
|
||||||
TAGS
|
TAGS
|
||||||
|
linux
|
||||||
vmlinux
|
vmlinux
|
||||||
vmlinuz
|
vmlinuz
|
||||||
System.map
|
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
|
Reference in New Issue
Block a user