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