public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch] um: tell git to ignore generated files
@ 2010-02-20 14:33 Américo Wang
  2010-02-20 15:09 ` Al Viro
  0 siblings, 1 reply; 6+ messages in thread
From: Américo Wang @ 2010-02-20 14:33 UTC (permalink / raw)
  To: LKML; +Cc: Jeff Dike, Andrew Morton, user-mode-linux-devel


git should ignore these files, since they are generated.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Jeff Dike <jdike@addtoit.com>

---
diff --git a/.gitignore b/.gitignore
index de6344e..efab0eb 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 0000000..f22bd73
--- /dev/null
+++ b/arch/um/.gitignore
@@ -0,0 +1,5 @@
+include/shared/kern_constants.h
+include/shared/user_constants.h
+kernel/config.c
+kernel/config.tmp
+kernel/vmlinux.lds


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-02-25 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20 14:33 [Patch] um: tell git to ignore generated files Américo Wang
2010-02-20 15:09 ` Al Viro
2010-02-20 15:16   ` Al Viro
2010-02-20 15:36     ` Américo Wang
2010-02-20 15:35   ` Américo Wang
2010-02-25 14:55     ` [RESEND Patch] " Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox