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