Skip to content

Commit

Permalink
um: tell git to ignore generated files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
congwang authored and torvalds committed Mar 6, 2010
1 parent 03315b5 commit 3b2a8c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ modules.builtin
#
tags
TAGS
linux
vmlinux
vmlinuz
System.map
Expand Down
3 changes: 3 additions & 0 deletions arch/um/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kernel/config.c
kernel/config.tmp
kernel/vmlinux.lds

0 comments on commit 3b2a8c8

Please sign in to comment.