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*.su 14*~ 15*.swp 16*.patch 17*.bin 18*.cfgtmp 19 20# Build tree 21/build-* 22 23# 24# Top-level generic files 25# 26 27/MLO 28/System.map 29/u-boot 30/u-boot.hex 31/u-boot.imx 32/u-boot.map 33/u-boot.srec 34/u-boot.ldr 35/u-boot.ldr.hex 36/u-boot.ldr.srec 37/u-boot.img 38/u-boot.kwb 39/u-boot.sha1 40/u-boot.dis 41/u-boot.lds 42/u-boot.ubl 43/u-boot.ais 44/u-boot.dtb 45/u-boot.sb 46/u-boot.geany 47/include/u-boot.lst 48 49# 50# Generated files 51# 52 53*.depend* 54/LOG 55/errlog 56/reloc_off 57 58/include/generated/ 59asm-offsets.s 60 61# stgit generated dirs 62patches-* 63.stgit-edit.txt 64 65# quilt's files 66patches 67series 68 69# gdb files 70.gdb_history 71 72# cscope files 73cscope.* 74 75# tags files 76/tags 77/ctags 78/etags 79 80# spl ais files 81/spl/*.ais 82