* [U-Boot-Users] Re: [DNX#2006040542000055] [patch] add .gitignore
@ 2006-04-05 15:00 DENX Support System
2006-04-06 11:19 ` ito at mlb.co.jp
0 siblings, 1 reply; 4+ messages in thread
From: DENX Support System @ 2006-04-05 15:00 UTC (permalink / raw)
To: u-boot
Hello list,
inside the automatic U-Boot patch tracking system a follow up
to [DNX#2006040542000055] was entered through the web interface:
<snip>
> Dear Hiroshi Ito,
>
> in message <20060405.233002.48531924.ito@mlb.co.jp> you wrote:
> >
> > * add .gitignore
> > Patch by Hiroshi Ito, 5 Apr 2006
>
> I'm sorry, but for reasons explained before (see mailing list
> archive) I do not *want* to have any .gitignore files in the U-Boot
> tree.
>
> Please bear with me, but I'm so used to this style of working that I
> don't to change it.
>
> Patch rejected.
>
> 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
> You see things; and you say ``Why?'' But I dream things that never
> were; and I say ``Why not?''
> - George Bernard Shaw _Back to Methuselah_ (1921) pt. 1, act 1
</snip>
Your U-Boot support team
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Re: [DNX#2006040542000055] [patch] add .gitignore
2006-04-05 15:00 [U-Boot-Users] Re: [DNX#2006040542000055] [patch] add .gitignore DENX Support System
@ 2006-04-06 11:19 ` ito at mlb.co.jp
0 siblings, 0 replies; 4+ messages in thread
From: ito at mlb.co.jp @ 2006-04-06 11:19 UTC (permalink / raw)
To: u-boot
Dear Wolfgang Denk
> > > * add .gitignore
> > > Patch by Hiroshi Ito, 5 Apr 2006
> >
> > I'm sorry, but for reasons explained before (see mailing list
> > archive) I do not *want* to have any .gitignore files in the U-Boot
> > tree.
Ok. I understand your opinion.
If I am a maintainer, I might think the same.
But, I think .gitignore is usefull for a developer.
because I change a lots of files to put debug message for
understanding u-boot or findings bugs.
and Sometimes unexpected chenges are made by mistakes.
I check it with "git status", so I like to use this command easily.
And if there is a maintaind .gitignore file, It is very usefull.
How about this patch.
not .gitignore but maintaind as gitignore.
Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
CHANGELOG:
* add gitignore
Patch by Hiroshi Ito, 6 Apr 2006
Please consider to marge.
--------
Hiroshi Ito
Media Lab. Inc.,
URL http://www.mlb.co.jp ( Sorry, Japanese only. )
TEL +81-3-5294-7255 FAX +81-3-5294-7256
-------------- next part --------------
diff --git a/README b/README
--- a/README
+++ b/README
@@ -3547,3 +3547,9 @@ Notes:
* Remember that there is a size limit of 40 kB per message on the
u-boot-users mailing list. Compression may help.
+
+* gitignore is maintaind for your convenience.
+ if you do not like output of "git status" then rename it to .gitignore.
+ But please make sure before createing patchs, rename it to original name,
+ and check all auto-generated files are cleaned up.
+
--- a/gitignore 1970-01-01 09:00:00.000000000 +0900
+++ b/gitignore 2006-04-06 19:36:55.000000000 +0900
@@ -0,0 +1,27 @@
+# Normal rules
+.gitignore
+*.o
+*.a
+.depend
+*.bin
+*.srec
+*.map
+
+# auto generated files
+u-boot
+TAGS
+tags
+include/config.h
+include/config.mk
+include/asm
+include/asm-*/arch
+include/version_autogenerated.h
+tools/bmp_logo
+tools/crc32.c
+tools/envcrc
+tools/environment.c
+tools/gen_eth_addr
+tools/img2srec
+tools/inca-swap-bytes
+tools/mkimage
+examples/hello_world
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Re: [DNX#2006040542000055] [patch] add .gitignore
@ 2006-04-05 14:40 DENX Support System
0 siblings, 0 replies; 4+ messages in thread
From: DENX Support System @ 2006-04-05 14:40 UTC (permalink / raw)
To: u-boot
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006040542000055] was created:
<snip>
> Hello
>
> add .gitignore
>
> Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
>
> CHANGELOG:
>
> * add .gitignore
> Patch by Hiroshi Ito, 5 Apr 2006
>
> --------
> Hiroshi Ito
> Media Lab. Inc.,
> URL http://www.mlb.co.jp ( Sorry, Japanese only. )
> TEL +81-3-5294-7255 FAX +81-3-5294-7256
</snip>
Your U-Boot support team
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Re: [patch] add .gitignore
@ 2006-04-05 14:30 ito at mlb.co.jp
2006-04-05 14:50 ` [U-Boot-Users] Re: [DNX#2006040542000055] " Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: ito at mlb.co.jp @ 2006-04-05 14:30 UTC (permalink / raw)
To: u-boot
Hello
add .gitignore
Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
CHANGELOG:
* add .gitignore
Patch by Hiroshi Ito, 5 Apr 2006
--------
Hiroshi Ito
Media Lab. Inc.,
URL http://www.mlb.co.jp ( Sorry, Japanese only. )
TEL +81-3-5294-7255 FAX +81-3-5294-7256
-------------- next part --------------
diff -x .git -uNr u-boot.git.org/.gitignore u-boot.git/.gitignore
--- u-boot.git.org/.gitignore 1970-01-01 09:00:00.000000000 +0900
+++ u-boot.git/.gitignore 2006-03-31 17:04:43.000000000 +0900
@@ -0,0 +1,16 @@
+# Normal rules
+*.o
+*.a
+.depend
+*.bin
+*.srec
+*.map
+
+# auto generated files
+u-boot
+TAGS
+tags
+include/config.h
+include/config.mk
+include/asm
+include/version_autogenerated.h
diff -x .git -uNr u-boot.git.org/examples/.gitignore u-boot.git/examples/.gitignore
--- u-boot.git.org/examples/.gitignore 1970-01-01 09:00:00.000000000 +0900
+++ u-boot.git/examples/.gitignore 2006-03-31 17:03:07.000000000 +0900
@@ -0,0 +1 @@
+hello_world
diff -x .git -uNr u-boot.git.org/tools/.gitignore u-boot.git/tools/.gitignore
--- u-boot.git.org/tools/.gitignore 1970-01-01 09:00:00.000000000 +0900
+++ u-boot.git/tools/.gitignore 2006-03-30 19:33:33.000000000 +0900
@@ -0,0 +1,8 @@
+bmp_logo
+crc32.c
+envcrc
+environment.c
+gen_eth_addr
+img2srec
+inca-swap-bytes
+mkimage
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] Re: [DNX#2006040542000055] [patch] add .gitignore
2006-04-05 14:30 [U-Boot-Users] " ito at mlb.co.jp
@ 2006-04-05 14:50 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2006-04-05 14:50 UTC (permalink / raw)
To: u-boot
Dear Hiroshi Ito,
in message <20060405.233002.48531924.ito@mlb.co.jp> you wrote:
>
> * add .gitignore
> Patch by Hiroshi Ito, 5 Apr 2006
I'm sorry, but for reasons explained before (see mailing list
archive) I do not *want* to have any .gitignore files in the U-Boot
tree.
Please bear with me, but I'm so used to this style of working that I
don't to change it.
Patch rejected.
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
You see things; and you say ``Why?'' But I dream things that never
were; and I say ``Why not?''
- George Bernard Shaw _Back to Methuselah_ (1921) pt. 1, act 1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-04-06 11:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05 15:00 [U-Boot-Users] Re: [DNX#2006040542000055] [patch] add .gitignore DENX Support System
2006-04-06 11:19 ` ito at mlb.co.jp
-- strict thread matches above, loose matches on Subject: below --
2006-04-05 14:40 DENX Support System
2006-04-05 14:30 [U-Boot-Users] " ito at mlb.co.jp
2006-04-05 14:50 ` [U-Boot-Users] Re: [DNX#2006040542000055] " 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.