X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=89e96f566d9a4e192e412a9102548a091eb50301;hb=8deafdc6ad368368cf03b58cab4bd39f45d64b5c;hp=67fed082c8301959b82230904569675f06e8c422;hpb=74ac5facb988fc488a707db228b177ead63a6541;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 67fed08..89e96f5 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.*