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 + 1 file changed, 1 insertion(+) (limited to '.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 -- cgit v1.2.3-54-g00ecf