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*.patch 15 16# 17# Top-level generic files 18# 19 20/System.map 21/u-boot 22/u-boot.hex 23/u-boot.map 24/u-boot.bin 25/u-boot.srec 26/u-boot.ldr 27/u-boot.ldr.hex 28/u-boot.ldr.srec 29 30# 31# Generated files 32# 33 34*.depend 35/LOG 36/errlog 37/reloc_off 38 39# stgit generated dirs 40patches-* 41.stgit-edit.txt 42 43# quilt's files 44patches 45series 46 47# cscope files 48cscope.* 49