From 3b2a8c8f3c65c08bd737b30d3ceee732ed84813a Mon Sep 17 00:00:00 2001 From: WANG Cong Date: Fri, 5 Mar 2010 13:42:34 -0800 Subject: 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 --- arch/um/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 arch/um/.gitignore (limited to 'arch/um/.gitignore') 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 -- cgit