From: ito at mlb.co.jp <ito@mlb.co.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: [DNX#2006040542000055] [patch] add .gitignore
Date: Thu, 06 Apr 2006 20:19:49 +0900 (JST) [thread overview]
Message-ID: <20060406.201949.59464584.ito@mlb.co.jp> (raw)
In-Reply-To: <1144249206.912683.541273358@castor.denx.de>
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
next prev parent reply other threads:[~2006-04-06 11:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
-- 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060406.201949.59464584.ito@mlb.co.jp \
--to=ito@mlb.co.jp \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.