* [U-Boot-Users] [PATCH] .gitignore files
@ 2006-05-30 15:10 Rodolfo Giometti
2006-05-30 16:01 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Rodolfo Giometti @ 2006-05-30 15:10 UTC (permalink / raw)
To: u-boot
Hello,
let me propose to use these .gitignore files in order to better read
"git status" output.
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti at enneenne.com
Linux Device Driver giometti at gnudd.com
Embedded Systems giometti at linux.it
UNIX programming phone: +39 349 2432127
-------------- next part --------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..904490d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,35 @@
+#
+# 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
+*.bin
+*.srec
+
+#
+# Top-level generic files
+#
+u-boot*
+System.map
+
+#
+# Generated include files
+#
+include/asm
+include/asm-*/arch
+include/config.mk
+include/config.h
+include/version_autogenerated.h
+
+# stgit generated dirs
+patches-*
+
+#
+# Quilt
+#
+patches
diff --git a/examples/.gitignore b/examples/.gitignore
new file mode 100644
index 0000000..4c82788
--- /dev/null
+++ b/examples/.gitignore
@@ -0,0 +1,4 @@
+#
+# Generated files
+#
+hello_world
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..8579bac
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1,11 @@
+#
+# Generated files
+#
+crc32.c
+environment.c
+bmp_logo
+envcrc
+gen_eth_addr
+img2srec
+inca-swap-bytes
+mkimage
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot-Users] [PATCH] .gitignore files
2006-05-30 15:10 [U-Boot-Users] [PATCH] .gitignore files Rodolfo Giometti
@ 2006-05-30 16:01 ` Wolfgang Denk
2006-05-30 16:22 ` Rodolfo Giometti
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2006-05-30 16:01 UTC (permalink / raw)
To: u-boot
In message <20060530151047.GD21734@enneenne.com> you wrote:
>
> let me propose to use these .gitignore files in order to better read
> "git status" output.
I reject this patch, like I rejected earlier similar ones. I re-
commend to run "make mrproper" before running "git status".
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
The management question ... is not _whether_ to build a pilot system
and throw it away. You _will_ do that. The only question is whether
to plan in advance to build a throwaway, or to promise to deliver the
throwaway to customers. - Fred Brooks, "The Mythical Man Month"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] [PATCH] .gitignore files
2006-05-30 16:01 ` Wolfgang Denk
@ 2006-05-30 16:22 ` Rodolfo Giometti
0 siblings, 0 replies; 3+ messages in thread
From: Rodolfo Giometti @ 2006-05-30 16:22 UTC (permalink / raw)
To: u-boot
On Tue, May 30, 2006 at 06:01:45PM +0200, Wolfgang Denk wrote:
>
> I reject this patch, like I rejected earlier similar ones. I re-
> commend to run "make mrproper" before running "git status".
But doing like this we erase all files obtained during compilation, so
people are forced to recompile all after querying the source tree
status.
I use "git status" very often in order to know which file I'm
modifying, patching and so on and I don't like run "make
mrproper"/"git status"/"make" due my old and _slow_ PC. Using
.gitignore files I simpy do "git status"! :)
But, of course, this is only a suggestion...
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti at enneenne.com
Linux Device Driver giometti at gnudd.com
Embedded Systems giometti at linux.it
UNIX programming phone: +39 349 2432127
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20060530/bcac1a0e/attachment.pgp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-30 16:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-30 15:10 [U-Boot-Users] [PATCH] .gitignore files Rodolfo Giometti
2006-05-30 16:01 ` Wolfgang Denk
2006-05-30 16:22 ` Rodolfo Giometti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox