[U-Boot-Users] Re: [DNX#2006040542000055] [patch] add .gitignore

ito at mlb.co.jp ito at mlb.co.jp
Thu Apr 6 13:19:49 CEST 2006


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 at 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


More information about the U-Boot mailing list