Blame view

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

1d519605f   Mauro Carvalho Chehab   V4L/DVB (3300b): ...
87
88
  # stgit generated dirs
  patches-*
8ccf28324   Qi Yong   gitignore: gitign...
89
90
91
92
  
  # quilt's files
  patches
  series
132e2bc3e   Tobias Klauser   [PATCH] Add cscop...
93
94
95
  
  # cscope files
  cscope.*
9723c046b   Jike Song   .gitignore: match...
96
  ncscope.*
3f1b0e1f2   Alexey Dobriyan   .gitignore update
97

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