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 24# host programs on Cygwin 25*.exe 26 27# Build tree 28/build-* 29 30# 31# Top-level generic files 32# 33fit-dtb.blob 34/MLO* 35/SPL* 36/System.map 37/u-boot* 38/boards.cfg 39 40# 41# git files that we don't want to ignore even it they are dot-files 42# 43!.gitignore 44!.mailmap 45 46# 47# Generated files 48# 49/LOG 50/spl/ 51/tpl/ 52/defconfig 53 54# 55# Generated include files 56# 57/include/config/ 58/include/generated/ 59 60# Since "ee95d10 fdt: Build the new python libfdt module", a number of 61# build artifacts and intermediated from the python libfdt module are 62# installed into the /tools directory. 63/tools/_libfdt.so 64/tools/libfdt.py 65/tools/libfdt.pyc 66/tools/libfdt_wrap.c 67 68# stgit generated dirs 69patches-* 70.stgit-edit.txt 71 72# quilt's files 73patches 74series 75 76# gdb files 77.gdb_history 78 79# cscope files 80cscope.* 81 82# tags files 83/tags 84/ctags 85/etags 86 87# gnu global files 88GPATH 89GRTAGS 90GSYMS 91GTAGS 92 93*.orig 94*~ 95\#*# 96