Blame view

.gitignore 1.62 KB
1e65174a3   Linus Torvalds   Add some basic .g...
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.
  #
ff2f5ff0c   Matt Kraai   trivial: Remove t...
6
  # NOTE! Please use 'git ls-files -i --exclude-standard'
f72e9df0e   Eduard - Gabriel Munteanu   Fix and clean top...
7
8
9
  # command after changing this file, to see if there are
  # any tracked files which get ignored after the change.
  #
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
10
  # Normal rules (sorted alphabetically)
1e65174a3   Linus Torvalds   Add some basic .g...
11
12
  #
  .*
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
13
  *.a
4fa8bc949   Masahiro Yamada   kbuild: rename *-...
14
  *.asn1.[ch]
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
15
16
17
  *.bin
  *.bz2
  *.c.[012]*.*
4f0e3a57d   Rob Herring   kbuild: Add suppo...
18
  *.dt.yaml
10b62a2f7   Masahiro Yamada   .gitignore: move ...
19
20
  *.dtb
  *.dtb.S
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
21
22
23
24
25
26
  *.dwo
  *.elf
  *.gcno
  *.gz
  *.i
  *.ko
598893002   Masahiro Yamada   .gitignore: move ...
27
  *.lex.c
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
28
29
30
31
32
33
  *.ll
  *.lst
  *.lz4
  *.lzma
  *.lzo
  *.mod.c
1e65174a3   Linus Torvalds   Add some basic .g...
34
  *.o
96918a35a   Alexey Dobriyan   .gitignore update
35
  *.o.*
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
36
37
  *.order
  *.patch
1e65174a3   Linus Torvalds   Add some basic .g...
38
  *.s
20ede2741   Brian Gerst   gitignore: ignore...
39
  *.so
f322727b9   Thomas Gleixner   x86: update .giti...
40
  *.so.dbg
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
41
  *.su
ac3b719cc   Josh Triplett   [PATCH] Add symbo...
42
  *.symtypes
598893002   Masahiro Yamada   .gitignore: move ...
43
  *.tab.[ch]
f4ae94972   Andrey Skvortsov   .gitignore: ignor...
44
  *.tar
790e10ba6   Romain Francoise   .gitignore: ignor...
45
  *.xz
082722a0f   Zhao, Gang   .gitignore: ignor...
46
  Module.symvers
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
47
  modules.builtin
1e65174a3   Linus Torvalds   Add some basic .g...
48
49
50
51
  
  #
  # Top-level generic files
  #
6db823cf4   Linus Torvalds   Fix up .gitignore...
52
53
54
55
  /tags
  /TAGS
  /linux
  /vmlinux
d0fe116b4   Florian Fainelli   gitignore: Add MI...
56
  /vmlinux.32
2478a8a15   Daniel Thompson   scripts/gdb: igno...
57
  /vmlinux-gdb.py
6db823cf4   Linus Torvalds   Fix up .gitignore...
58
59
60
  /vmlinuz
  /System.map
  /Module.markers
898490c01   Alexey Gladkov   moduleparam: Save...
61
  /modules.builtin.modinfo
6db823cf4   Linus Torvalds   Fix up .gitignore...
62
63
  
  #
af60e2070   Masahiro Yamada   kbuild: rpm-pkg: ...
64
65
66
67
68
  # RPM spec file (make rpm-pkg)
  #
  /*.spec
  
  #
b75682860   Greg Dietsche   gitignore: ignore...
69
70
71
72
73
  # Debian directory (make deb-pkg)
  #
  /debian/
  
  #
5704d4557   Paolo Pisati   scripts/package: ...
74
75
76
77
78
  # Snap directory (make snap-pkg)
  #
  /snap/
  
  #
dd10ca6c9   Andrey Skvortsov   gitignore: ignore...
79
80
81
82
83
  # tar directory (make tar*-pkg)
  #
  /tar-install/
  
  #
f46e65da4   Masahiro Yamada   .gitignore: exclu...
84
  # We don't want to ignore the following even if they are dot-files
6db823cf4   Linus Torvalds   Fix up .gitignore...
85
  #
f46e65da4   Masahiro Yamada   .gitignore: exclu...
86
87
88
89
  !.clang-format
  !.cocciconfig
  !.get_maintainer.ignore
  !.gitattributes
9e447a7f1   Denis V. Lunev   .gitignore update...
90
  !.gitignore
f72e9df0e   Eduard - Gabriel Munteanu   Fix and clean top...
91
  !.mailmap
1e65174a3   Linus Torvalds   Add some basic .g...
92
93
94
95
  
  #
  # Generated include files
  #
1e35663e4   Masahiro Yamada   .gitignore: add l...
96
97
98
99
  /include/config/
  /include/generated/
  /include/ksym/
  /arch/*/include/generated/
1e65174a3   Linus Torvalds   Add some basic .g...
100

1d519605f   Mauro Carvalho Chehab   V4L/DVB (3300b): ...
101
102
  # stgit generated dirs
  patches-*
8ccf28324   Qi Yong   gitignore: gitign...
103
104
105
106
  
  # quilt's files
  patches
  series
132e2bc3e   Tobias Klauser   [PATCH] Add cscop...
107
108
109
  
  # cscope files
  cscope.*
9723c046b   Jike Song   .gitignore: match...
110
  ncscope.*
3f1b0e1f2   Alexey Dobriyan   .gitignore update
111

f2ac5e789   Jani Nikula   gitignore: Add GN...
112
113
114
115
116
  # gnu global files
  GPATH
  GRTAGS
  GSYMS
  GTAGS
a37161c05   Andi Kleen   Kbuild: Add ID fi...
117
118
  # id-utils files
  ID
3f1b0e1f2   Alexey Dobriyan   .gitignore update
119
  *.orig
708865547   Chris Dearman   .gitignore: ignor...
120
121
  *~
  \#*#
addbcdbbf   David Howells   MODSIGN: Provide ...
122
123
124
125
126
  
  #
  # Leavings from module signing
  #
  extra_certificates
fb1179499   David Woodhouse   modsign: Use sing...
127
  signing_key.pem
addbcdbbf   David Howells   MODSIGN: Provide ...
128
129
  signing_key.priv
  signing_key.x509
addbcdbbf   David Howells   MODSIGN: Provide ...
130
  x509.genkey
25fba9beb   Borislav Petkov   gitignore: add al...
131
132
  
  # Kconfig presets
7fb1fc420   Masahiro Yamada   .gitignore: add m...
133
134
135
136
137
138
  /all.config
  /alldef.config
  /allmod.config
  /allno.config
  /allrandom.config
  /allyes.config
dfe048724   Boaz Harrosh   .gitignore: Add K...
139
140
141
  
  # Kdevelop4
  *.kdev4