Blame view

.gitignore 1.46 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]*.*
10b62a2f7   Masahiro Yamada   .gitignore: move ...
18
19
  *.dtb
  *.dtb.S
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
20
21
22
23
24
25
  *.dwo
  *.elf
  *.gcno
  *.gz
  *.i
  *.ko
598893002   Masahiro Yamada   .gitignore: move ...
26
  *.lex.c
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
27
28
29
30
31
32
  *.ll
  *.lst
  *.lz4
  *.lzma
  *.lzo
  *.mod.c
1e65174a3   Linus Torvalds   Add some basic .g...
33
  *.o
96918a35a   Alexey Dobriyan   .gitignore update
34
  *.o.*
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
35
36
  *.order
  *.patch
1e65174a3   Linus Torvalds   Add some basic .g...
37
  *.s
20ede2741   Brian Gerst   gitignore: ignore...
38
  *.so
f322727b9   Thomas Gleixner   x86: update .giti...
39
  *.so.dbg
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
40
  *.su
ac3b719cc   Josh Triplett   [PATCH] Add symbo...
41
  *.symtypes
598893002   Masahiro Yamada   .gitignore: move ...
42
  *.tab.[ch]
f4ae94972   Andrey Skvortsov   .gitignore: ignor...
43
  *.tar
790e10ba6   Romain Francoise   .gitignore: ignor...
44
  *.xz
082722a0f   Zhao, Gang   .gitignore: ignor...
45
  Module.symvers
1377dd3e2   Masahiro Yamada   .gitignore: sort ...
46
  modules.builtin
1e65174a3   Linus Torvalds   Add some basic .g...
47
48
49
50
  
  #
  # Top-level generic files
  #
6db823cf4   Linus Torvalds   Fix up .gitignore...
51
52
53
54
  /tags
  /TAGS
  /linux
  /vmlinux
d0fe116b4   Florian Fainelli   gitignore: Add MI...
55
  /vmlinux.32
2478a8a15   Daniel Thompson   scripts/gdb: igno...
56
  /vmlinux-gdb.py
6db823cf4   Linus Torvalds   Fix up .gitignore...
57
58
59
  /vmlinuz
  /System.map
  /Module.markers
6db823cf4   Linus Torvalds   Fix up .gitignore...
60
61
  
  #
af60e2070   Masahiro Yamada   kbuild: rpm-pkg: ...
62
63
64
65
66
  # RPM spec file (make rpm-pkg)
  #
  /*.spec
  
  #
b75682860   Greg Dietsche   gitignore: ignore...
67
68
69
70
71
  # Debian directory (make deb-pkg)
  #
  /debian/
  
  #
5704d4557   Paolo Pisati   scripts/package: ...
72
73
74
75
76
  # Snap directory (make snap-pkg)
  #
  /snap/
  
  #
dd10ca6c9   Andrey Skvortsov   gitignore: ignore...
77
78
79
80
81
  # tar directory (make tar*-pkg)
  #
  /tar-install/
  
  #
52bbe141f   Kyeongmin Cho   gitignore: fix wo...
82
  # git files that we don't want to ignore even if they are dot-files
6db823cf4   Linus Torvalds   Fix up .gitignore...
83
  #
9e447a7f1   Denis V. Lunev   .gitignore update...
84
  !.gitignore
f72e9df0e   Eduard - Gabriel Munteanu   Fix and clean top...
85
  !.mailmap
dd951fc1b   Luis R. Rodriguez   scripts: add Linu...
86
  !.cocciconfig
d4ef8d3ff   Miguel Ojeda   clang-format: add...
87
  !.clang-format
1e65174a3   Linus Torvalds   Add some basic .g...
88
89
90
91
  
  #
  # Generated include files
  #
1e65174a3   Linus Torvalds   Add some basic .g...
92
  include/config
f14875a3e   Sam Ravnborg   kbuild: support i...
93
  include/generated
fbfa9be99   Masahiro Yamada   kbuild: move incl...
94
  include/ksym
d8ecc5cd8   Sam Ravnborg   kbuild: asm-gener...
95
  arch/*/include/generated
1e65174a3   Linus Torvalds   Add some basic .g...
96

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

f2ac5e789   Jani Nikula   gitignore: Add GN...
108
109
110
111
112
  # gnu global files
  GPATH
  GRTAGS
  GSYMS
  GTAGS
a37161c05   Andi Kleen   Kbuild: Add ID fi...
113
114
  # id-utils files
  ID
3f1b0e1f2   Alexey Dobriyan   .gitignore update
115
  *.orig
708865547   Chris Dearman   .gitignore: ignor...
116
117
  *~
  \#*#
addbcdbbf   David Howells   MODSIGN: Provide ...
118
119
120
121
122
  
  #
  # Leavings from module signing
  #
  extra_certificates
fb1179499   David Woodhouse   modsign: Use sing...
123
  signing_key.pem
addbcdbbf   David Howells   MODSIGN: Provide ...
124
125
  signing_key.priv
  signing_key.x509
addbcdbbf   David Howells   MODSIGN: Provide ...
126
  x509.genkey
25fba9beb   Borislav Petkov   gitignore: add al...
127
128
129
  
  # Kconfig presets
  all.config
dfe048724   Boaz Harrosh   .gitignore: Add K...
130
131
132
  
  # Kdevelop4
  *.kdev4