Blame view
.gitignore
867 Bytes
1e65174a3 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. # |
f72e9df0e Fix and clean top... |
6 7 8 9 |
# NOTE! Please use 'git-ls-files -i --exclude-standard' # command after changing this file, to see if there are # any tracked files which get ignored after the change. # |
1e65174a3 Add some basic .g... |
10 11 12 13 |
# Normal rules # .* *.o |
96918a35a .gitignore update |
14 |
*.o.* |
1e65174a3 Add some basic .g... |
15 16 17 |
*.a *.s *.ko |
20ede2741 gitignore: ignore... |
18 |
*.so |
f322727b9 x86: update .giti... |
19 |
*.so.dbg |
1e65174a3 Add some basic .g... |
20 |
*.mod.c |
0f71a3738 [PATCH] Add prepr... |
21 |
*.i |
87dedbda0 [PATCH] Add mixed... |
22 |
*.lst |
ac3b719cc [PATCH] Add symbo... |
23 |
*.symtypes |
c6025f4c8 kbuild: ignore *.... |
24 |
*.order |
f72e9df0e Fix and clean top... |
25 26 27 |
*.elf *.bin *.gz |
1e65174a3 Add some basic .g... |
28 29 30 31 |
# # Top-level generic files # |
d92bf25fb add "tags" to .gi... |
32 |
tags |
5fd934a9a [PATCH] .gitignor... |
33 |
TAGS |
f72e9df0e Fix and clean top... |
34 |
vmlinux |
1e65174a3 Add some basic .g... |
35 |
System.map |
2cfed60cc Update .gitignore... |
36 |
Module.markers |
1e65174a3 Add some basic .g... |
37 |
Module.symvers |
9e447a7f1 .gitignore update... |
38 |
!.gitignore |
f72e9df0e Fix and clean top... |
39 |
!.mailmap |
1e65174a3 Add some basic .g... |
40 41 42 43 44 |
# # Generated include files # include/asm |
42f122c8f gitignore: asm-of... |
45 |
include/asm-*/asm-offsets.h |
1e65174a3 Add some basic .g... |
46 47 48 49 |
include/config include/linux/autoconf.h include/linux/compile.h include/linux/version.h |
c181c64c8 kbuild: .gitignor... |
50 |
include/linux/utsrelease.h |
e4c576b91 Update .gitignore... |
51 |
include/linux/bounds.h |
1e65174a3 Add some basic .g... |
52 |
|
1d519605f V4L/DVB (3300b): ... |
53 54 |
# stgit generated dirs patches-* |
8ccf28324 gitignore: gitign... |
55 56 57 58 |
# quilt's files patches series |
132e2bc3e [PATCH] Add cscop... |
59 60 61 |
# cscope files cscope.* |
9723c046b .gitignore: match... |
62 |
ncscope.* |
3f1b0e1f2 .gitignore update |
63 64 |
*.orig |
708865547 .gitignore: ignor... |
65 66 |
*~ \#*# |