From: WANG Cong Date: Fri, 5 Mar 2010 21:42:34 +0000 (-0800) Subject: um: tell git to ignore generated files X-Git-Tag: v2.6.34-rc1~140 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3b2a8c8f3c65c08bd737b30d3ceee732ed84813a;p=linux-2.6-block.git 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 Cc: Al Viro Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/.gitignore b/.gitignore index de6344e15706..efab0ebec859 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ modules.builtin # tags TAGS +linux vmlinux vmlinuz System.map diff --git a/arch/um/.gitignore b/arch/um/.gitignore new file mode 100644 index 000000000000..a73d3a1cc746 --- /dev/null +++ b/arch/um/.gitignore @@ -0,0 +1,3 @@ +kernel/config.c +kernel/config.tmp +kernel/vmlinux.lds