
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