X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hb=3f105faa64b9826e088711fdfcaa70cb1230397a;hp=67fed082c8301959b82230904569675f06e8c422;hpb=83c5c9b71b451dd62af5dcbddbbe291ee3a58a6e;p=u-boot diff --git a/.gitignore b/.gitignore index 67fed082c8..7c56594381 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,46 @@ +# +# 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 +*~ + +# +# 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 + +# +# Generated files +# + +*.depend /LOG /errlog /reloc_off +# stgit generated dirs +patches-* + +# quilt's files +patches +series + +# cscope files +cscope.*