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 *.out 16 17 # 18 # Top-level generic files 19 # 20 tags 21 TAGS 22 !.gitignore 23 !.mailmap 24 25 # stgit generated dirs 26 patches-* 27 28 # quilt's files 29 patches 30 series 31 32 # cscope files 33 cscope.* 34 ncscope.* 35 target 36 target/* 37 # gnu global files 38 GPATH 39 GRTAGS 40 GSYMS 41 GTAGS 42 43 *.orig 44 *~ 45 \#*# 46