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 --- .gitignore | 1 + arch/um/.gitignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 arch/um/.gitignore diff --git a/.gitignore b/.gitignore index de6344e1570..efab0ebec85 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 00000000000..a73d3a1cc74 --- /dev/null +++ b/arch/um/.gitignore @@ -0,0 +1,3 @@ +kernel/config.c +kernel/config.tmp +kernel/vmlinux.lds -- cgit v1.2.3