Add .gitignore files

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
Grant Likely 2007-09-24 09:05:30 -06:00
parent 955413f35f
commit 1b4aaffe4f
4 changed files with 33 additions and 0 deletions

13
.gitignore vendored Normal file
View File

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

5
examples/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/hello_world
/interrupt
/sched
*.bin
*.srec

6
include/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
/asm
/asm-ppc/arch
/bmp_logo.h
/config.h
/config.mk
/version_autogenerated.h

9
tools/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
/bmp_logo
/crc32.c
/envcrc
/environment.c
/gen_eth_addr
/img2srec
/mkimage
/sha1.c
/ubsha1