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 # NOTE! Please use 'git-ls-files -i --exclude-standard' 7 # command after changing this file, to see if there are 8 # any tracked files which get ignored after the change. 9 # 10 # Normal rules 11 # 12 .* 13 *.o 14 *.o.* 15 *.a 16 *.s 17 *.ko 18 *.so 19 *.so.dbg 20 *.mod.c 21 *.i 22 *.lst 23 *.symtypes 24 *.order 25 *.elf 26 *.bin 27 *.gz 28 29 # 30 # Top-level generic files 31 # 32 tags 33 TAGS 34 Module.markers 35 Module.symvers 36 !.gitignore 37 38 # stgit generated dirs 39 patches-* 40 41 # quilt's files 42 patches 43 series 44 45 # cscope files 46 cscope.* 47 ncscope.* 48 49 *.orig 50 *~ 51 \#*# 52