X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9c53f5c5b54123532d79cb08150facc26d554717;hb=5ba1ef507402bc5e344dc374203792a40f222e8a;hp=67fed082c8301959b82230904569675f06e8c422;hpb=efe33035acd5f7c13963a4d52e5aac1b68612ae4;p=u-boot diff --git a/.gitignore b/.gitignore index 67fed082c8..9c53f5c5b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,60 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# Normal rules +# + +*.rej *.orig *.a *.o -*.depend -System.map +*~ +*.swp +*.patch + +# +# Top-level generic files +# + +/System.map /u-boot +/u-boot.hex /u-boot.map /u-boot.bin /u-boot.srec +/u-boot.ldr +/u-boot.ldr.hex +/u-boot.ldr.srec +/u-boot-onenand.bin +/u-boot-flexonenand.bin + +# +# Generated files +# + +*.depend /LOG /errlog /reloc_off +# stgit generated dirs +patches-* +.stgit-edit.txt + +# quilt's files +patches +series + +# cscope files +cscope.* + +# tags files +/ctags +/etags + +# OneNAND IPL files +/onenand_ipl/onenand-ipl* +/onenand_ipl/board/*/onenand* +/onenand_ipl/board/*/*.S