Blame view

.gitignore 1014 Bytes
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.
  #
1e65174a3   Linus Torvalds   Add some basic .g...
10
11
12
13
  # Normal rules
  #
  .*
  *.o
96918a35a   Alexey Dobriyan   .gitignore update
14
  *.o.*
1e65174a3   Linus Torvalds   Add some basic .g...
15
16
17
  *.a
  *.s
  *.ko
20ede2741   Brian Gerst   gitignore: ignore...
18
  *.so
f322727b9   Thomas Gleixner   x86: update .giti...
19
  *.so.dbg
1e65174a3   Linus Torvalds   Add some basic .g...
20
  *.mod.c
0f71a3738   Josh Triplett   [PATCH] Add prepr...
21
  *.i
87dedbda0   Josh Triplett   [PATCH] Add mixed...
22
  *.lst
ac3b719cc   Josh Triplett   [PATCH] Add symbo...
23
  *.symtypes
c6025f4c8   Sam Ravnborg   kbuild: ignore *....
24
  *.order
bc081dd6e   Michal Marek   kbuild: generate ...
25
  modules.builtin
f72e9df0e   Eduard - Gabriel Munteanu   Fix and clean top...
26
27
28
  *.elf
  *.bin
  *.gz
e3a41d7b9   Gertjan van Wingerde   .gitignore: Add b...
29
  *.bz2
3f8d9ced7   Arne Janbu   .gitignore: ignor...
30
  *.lzma
790e10ba6   Romain Francoise   .gitignore: ignor...
31
  *.xz
52b80025e   Philipp Kohlbecher   .gitignore: ignor...
32
  *.lzo
35763e854   Mike Frysinger   ignore *.patch files
33
  *.patch
7a6b1f1c0   Amerigo Wang   gitignore: ignore...
34
  *.gcno
1e65174a3   Linus Torvalds   Add some basic .g...
35
36
37
38
  
  #
  # Top-level generic files
  #
6db823cf4   Linus Torvalds   Fix up .gitignore...
39
40
41
42
43
44
45
46
47
48
  /tags
  /TAGS
  /linux
  /vmlinux
  /vmlinuz
  /System.map
  /Module.markers
  /Module.symvers
  
  #
b75682860   Greg Dietsche   gitignore: ignore...
49
50
51
52
53
  # Debian directory (make deb-pkg)
  #
  /debian/
  
  #
6db823cf4   Linus Torvalds   Fix up .gitignore...
54
55
  # git files that we don't want to ignore even it they are dot-files
  #
9e447a7f1   Denis V. Lunev   .gitignore update...
56
  !.gitignore
f72e9df0e   Eduard - Gabriel Munteanu   Fix and clean top...
57
  !.mailmap
1e65174a3   Linus Torvalds   Add some basic .g...
58
59
60
61
  
  #
  # Generated include files
  #
1e65174a3   Linus Torvalds   Add some basic .g...
62
  include/config
1e65174a3   Linus Torvalds   Add some basic .g...
63
  include/linux/version.h
f14875a3e   Sam Ravnborg   kbuild: support i...
64
  include/generated
d8ecc5cd8   Sam Ravnborg   kbuild: asm-gener...
65
  arch/*/include/generated
1e65174a3   Linus Torvalds   Add some basic .g...
66

1d519605f   Mauro Carvalho Chehab   V4L/DVB (3300b): ...
67
68
  # stgit generated dirs
  patches-*
8ccf28324   Qi Yong   gitignore: gitign...
69
70
71
72
  
  # quilt's files
  patches
  series
132e2bc3e   Tobias Klauser   [PATCH] Add cscop...
73
74
75
  
  # cscope files
  cscope.*
9723c046b   Jike Song   .gitignore: match...
76
  ncscope.*
3f1b0e1f2   Alexey Dobriyan   .gitignore update
77

f2ac5e789   Jani Nikula   gitignore: Add GN...
78
79
80
81
82
  # gnu global files
  GPATH
  GRTAGS
  GSYMS
  GTAGS
3f1b0e1f2   Alexey Dobriyan   .gitignore update
83
  *.orig
708865547   Chris Dearman   .gitignore: ignor...
84
85
  *~
  \#*#