Add .gitignore files

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
master
Grant Likely 17 years ago
parent 955413f35f
commit 1b4aaffe4f
  1. 13
      .gitignore
  2. 5
      examples/.gitignore
  3. 6
      include/.gitignore
  4. 9
      tools/.gitignore

13
.gitignore vendored

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

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

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

9
tools/.gitignore vendored

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