All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Added a toplevel .gitignore
@ 2005-12-13 16:58 Kumar Gala
  2006-03-12 17:58 ` [U-Boot-Users] " Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Kumar Gala @ 2005-12-13 16:58 UTC (permalink / raw)
  To: u-boot

Added a toplevel .gitignore

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

---
commit 7abb967b49b86994aca615acc60cbc322efb9b98
tree 194dbd93ef25c38a5e3c4c34c70c06ef7f5d93f8
parent 559cd2d2afac76082f41b648a83d846482c41a5c
author Kumar Gala <galak@kernel.crashing.org> Tue, 13 Dec 2005 10:57:13 -0600
committer Kumar Gala <galak@kernel.crashing.org> Tue, 13 Dec 2005 10:57:13 -0600

 .gitignore |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c7e95a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# Normal rules
+#
+.*
+*.o
+*.a
+
+#
+# Top-level generic files
+#
+u-boot*
+System.map
+
+#
+# Generated include files
+#
+include/asm
+include/asm-*/arch
+include/config.h
+include/config.mk

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

* [U-Boot-Users] Re: [PATCH] Added a toplevel .gitignore
  2005-12-13 16:58 [U-Boot-Users] [PATCH] Added a toplevel .gitignore Kumar Gala
@ 2006-03-12 17:58 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2006-03-12 17:58 UTC (permalink / raw)
  To: u-boot

In message <Pine.LNX.4.44.0512131057550.1416-100000@gate.crashing.org> you wrote:
> Added a toplevel .gitignore

I'm still uncertain if I want to have something like this. So  far  I
tend to prefer NOT having any .gitignore files in U-Boot.

Rejected for now.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Here's a fish hangs in the net like a poor man's right in  the  law.
'Twill hardly come out."     - Shakespeare, Pericles, Act II, Scene 1

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

end of thread, other threads:[~2006-03-12 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-13 16:58 [U-Boot-Users] [PATCH] Added a toplevel .gitignore Kumar Gala
2006-03-12 17:58 ` [U-Boot-Users] " Wolfgang Denk

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.