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 17# 18# Top-level generic files 19# 20 21/System.map 22/u-boot 23/u-boot.hex 24/u-boot.imx 25/u-boot.map 26/u-boot.bin 27/u-boot.srec 28/u-boot.ldr 29/u-boot.ldr.hex 30/u-boot.ldr.srec 31/u-boot.lds 32/u-boot-onenand.bin 33/u-boot-flexonenand.bin 34 35# 36# Generated files 37# 38 39*.depend 40/LOG 41/errlog 42/reloc_off 43 44/include/generated/ 45/lib/asm-offsets.s 46 47# stgit generated dirs 48patches-* 49.stgit-edit.txt 50 51# quilt's files 52patches 53series 54 55# gdb files 56.gdb_history 57 58# cscope files 59cscope.* 60 61# tags files 62/tags 63/ctags 64/etags 65 66# OneNAND IPL files 67/onenand_ipl/onenand-ipl* 68/onenand_ipl/board/*/onenand* 69/onenand_ipl/board/*/*.S 70