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