X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=89e96f566d9a4e192e412a9102548a091eb50301;hb=19883aede2ac0a522493bfb2b35a7dbb200071b1;hp=67fed082c8301959b82230904569675f06e8c422;hpb=4985ca5af3767ffe13ea96e1dc26f88c81084414;p=u-boot diff --git a/.gitignore b/.gitignore index 67fed082c8..89e96f566d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,48 @@ +# +# 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 +*~ +*.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 + +# +# Generated files +# + +*.depend /LOG /errlog /reloc_off +# stgit generated dirs +patches-* +.stgit-edit.txt + +# quilt's files +patches +series + +# cscope files +cscope.*