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/fit/ 52/spl/ 53/tpl/ 54/defconfig 55 56# 57# Generated include files 58# 59/include/config/ 60/include/generated/ 61 62# stgit generated dirs 63patches-* 64.stgit-edit.txt 65 66# quilt's files 67patches 68series 69 70# gdb files 71.gdb_history 72 73# cscope files 74cscope.* 75 76# tags files 77/tags 78/ctags 79/etags 80 81# gnu global files 82GPATH 83GRTAGS 84GSYMS 85GTAGS 86 87*.orig 88*~ 89\#*# 90