1# 2# NOTE! Don't add files that are generated in specific 3# subdirectories here. Add them in the ".gitignore" file 4# in that subdirectory instead. 5# 6# Normal rules 7# 8 9*.rej 10*.orig 11*.a 12*.o 13*~ 14*.swp 15*.patch 16*.bin 17 18# 19# Top-level generic files 20# 21 22/MLO 23/System.map 24/u-boot 25/u-boot.hex 26/u-boot.imx 27/u-boot.map 28/u-boot.srec 29/u-boot.ldr 30/u-boot.ldr.hex 31/u-boot.ldr.srec 32/u-boot.img 33/u-boot.kwb 34/u-boot.sha1 35/u-boot.dis 36/u-boot.lds 37/u-boot.ubl 38/u-boot.dtb 39 40# 41# Generated files 42# 43 44*.depend* 45/LOG 46/errlog 47/reloc_off 48 49/include/generated/ 50asm-offsets.s 51 52# stgit generated dirs 53patches-* 54.stgit-edit.txt 55 56# quilt's files 57patches 58series 59 60# gdb files 61.gdb_history 62 63# cscope files 64cscope.* 65 66# tags files 67/tags 68/ctags 69/etags 70 71# OneNAND IPL files 72/onenand_ipl/onenand-ipl* 73/onenand_ipl/board/*/onenand* 74/onenand_ipl/board/*/*.S 75