From mboxrd@z Thu Jan 1 00:00:00 1970 From: ito at mlb.co.jp Date: Wed, 05 Apr 2006 23:30:02 +0900 (JST) Subject: [U-Boot-Users] Re: [patch] add .gitignore Message-ID: <20060405.233002.48531924.ito@mlb.co.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello add .gitignore Signed-off-by: Hiroshi Ito 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