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