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

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

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
participants (2)
-
ito@mlb.co.jp
-
Wolfgang Denk