All of lore.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; 9+ 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] 9+ messages in thread

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

Thread overview: 9+ 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 19:10     ` [uml-devel] " Jeff Dike
2010-02-23 15:44       ` [uml-devel] future of UML, was: " /dev/rob0
2010-02-20 15:35   ` [uml-devel] " Américo Wang
2010-02-20 15:35     ` Américo Wang
2010-02-25 14:55     ` [RESEND Patch] " Américo Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.