1 2 3 4 5
# # NOTE! Don't add files that are generated in specific # subdirectories here. Add them in the ".gitignore" file # in that subdirectory instead. #
6
# NOTE! Please use 'git ls-files -i --exclude-standard'
7 8 9
# command after changing this file, to see if there are # any tracked files which get ignored after the change. #
10 11 12 13
# Normal rules # .* *.o
14
*.o.*
15 16 17
*.a *.s *.ko
18
*.so
19
*.so.dbg
20
*.mod.c
21
*.i
22
*.lst
23
*.symtypes
24
*.order
25
modules.builtin
26 27 28
*.elf *.bin *.gz
29
*.bz2
30
*.lzma
31
*.patch
32
*.gcno
33 34 35 36
# # Top-level generic files #
37
tags
38
TAGS
39
linux
40
vmlinux
41
vmlinuz
42
System.map
43
Module.markers
44
Module.symvers
45
!.gitignore
46
!.mailmap
47 48 49 50
# # Generated include files #
51
include/config
52
include/linux/version.h
53
include/generated
54
55 56
# stgit generated dirs patches-*
57 58 59 60
# quilt's files patches series
61 62 63
# cscope files cscope.*
64
ncscope.*
65
66 67 68 69 70
# gnu global files GPATH GRTAGS GSYMS GTAGS
71
*.orig
72 73
*~ \#*#