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*.o 10*.o.* 11*.a 12*.s 13*.su 14*.mod.c 15*.i 16*.lst 17*.order 18*.elf 19*.swp 20*.bin 21*.patch 22*.cfgtmp 23*.img 24 25# host programs on Cygwin 26*.exe 27 28# Build tree 29/build-* 30/rockdev 31# 32# Top-level generic files 33# 34fit-dtb.blob 35/MLO* 36/SPL* 37/System.map 38/u-boot* 39/boards.cfg 40 41# 42# git files that we don't want to ignore even it they are dot-files 43# 44!.gitignore 45!.mailmap 46 47# 48# Generated files 49# 50/LOG 51/spl/ 52/tpl/ 53/defconfig 54 55# 56# Generated include files 57# 58/include/config/ 59/include/generated/ 60 61# stgit generated dirs 62patches-* 63.stgit-edit.txt 64 65# quilt's files 66patches 67series 68 69# gdb files 70.gdb_history 71 72# cscope files 73cscope.* 74 75# tags files 76/tags 77/ctags 78/etags 79 80# gnu global files 81GPATH 82GRTAGS 83GSYMS 84GTAGS 85 86*.orig 87*~ 88\#*# 89