Skip to content

Commit

Permalink
Add .gitignore files
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Likely <[email protected]>
Acked-by: Kim Phillips <[email protected]>
  • Loading branch information
glikely committed Nov 15, 2007
1 parent 955413f commit 1b4aaff
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/hello_world
/interrupt
/sched
*.bin
*.srec
6 changes: 6 additions & 0 deletions include/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/asm
/asm-ppc/arch
/bmp_logo.h
/config.h
/config.mk
/version_autogenerated.h
9 changes: 9 additions & 0 deletions tools/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/bmp_logo
/crc32.c
/envcrc
/environment.c
/gen_eth_addr
/img2srec
/mkimage
/sha1.c
/ubsha1

0 comments on commit 1b4aaff

Please sign in to comment.