X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=.gitignore;h=e13fc96322f72db3945e150e6beb2bd37ee2e7da;hb=672ed2aee91b4856f6671fc72cd34168d8f1b624;hp=67fed082c8301959b82230904569675f06e8c422;hpb=4985ca5af3767ffe13ea96e1dc26f88c81084414;p=people%2Fms%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 67fed082c8..e13fc96322 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,63 @@ +# +# 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 + +# gdb files +.gdb_history + +# cscope files +cscope.* + +# tags files +/ctags +/etags + +# OneNAND IPL files +/onenand_ipl/onenand-ipl* +/onenand_ipl/board/*/onenand* +/onenand_ipl/board/*/*.S