From: Grant Likely Date: Mon, 24 Sep 2007 15:05:30 +0000 (-0600) Subject: Add .gitignore files X-Git-Tag: v1.3.1-rc1~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4;p=kernel%2Fu-boot.git Add .gitignore files Signed-off-by: Grant Likely Acked-by: Kim Phillips --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..67fed08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.orig +*.a +*.o +*.depend +System.map +/u-boot +/u-boot.map +/u-boot.bin +/u-boot.srec +/LOG +/errlog +/reloc_off + diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..f547024 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,5 @@ +/hello_world +/interrupt +/sched +*.bin +*.srec diff --git a/include/.gitignore b/include/.gitignore new file mode 100644 index 0000000..d8fda80 --- /dev/null +++ b/include/.gitignore @@ -0,0 +1,6 @@ +/asm +/asm-ppc/arch +/bmp_logo.h +/config.h +/config.mk +/version_autogenerated.h diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..c33679a --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,9 @@ +/bmp_logo +/crc32.c +/envcrc +/environment.c +/gen_eth_addr +/img2srec +/mkimage +/sha1.c +/ubsha1