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.ubl 42/u-boot.ais 43/u-boot.dtb 44/u-boot.sb 45/u-boot.geany 46 47# 48# Generated files 49# 50 51*.depend* 52/LOG 53/errlog 54/reloc_off 55 56/include/generated/ 57asm-offsets.s 58 59# stgit generated dirs 60patches-* 61.stgit-edit.txt 62 63# quilt's files 64patches 65series 66 67# gdb files 68.gdb_history 69 70# cscope files 71cscope.* 72 73# tags files 74/tags 75/ctags 76/etags 77 78# spl ais files 79/spl/*.ais 80