Blame view
.gitignore
1014 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. # |
ff2f5ff0c trivial: Remove t... |
6 |
# NOTE! Please use 'git ls-files -i --exclude-standard' |
f72e9df0e 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 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 |
bc081dd6e kbuild: generate ... |
25 |
modules.builtin |
f72e9df0e Fix and clean top... |
26 27 28 |
*.elf *.bin *.gz |
e3a41d7b9 .gitignore: Add b... |
29 |
*.bz2 |
3f8d9ced7 .gitignore: ignor... |
30 |
*.lzma |
790e10ba6 .gitignore: ignor... |
31 |
*.xz |
52b80025e .gitignore: ignor... |
32 |
*.lzo |
35763e854 ignore *.patch files |
33 |
*.patch |
7a6b1f1c0 gitignore: ignore... |
34 |
*.gcno |
1e65174a3 Add some basic .g... |
35 36 37 38 |
# # Top-level generic files # |
6db823cf4 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 gitignore: ignore... |
49 50 51 52 53 |
# Debian directory (make deb-pkg) # /debian/ # |
6db823cf4 Fix up .gitignore... |
54 55 |
# git files that we don't want to ignore even it they are dot-files # |
9e447a7f1 .gitignore update... |
56 |
!.gitignore |
f72e9df0e Fix and clean top... |
57 |
!.mailmap |
1e65174a3 Add some basic .g... |
58 59 60 61 |
# # Generated include files # |
1e65174a3 Add some basic .g... |
62 |
include/config |
1e65174a3 Add some basic .g... |
63 |
include/linux/version.h |
f14875a3e kbuild: support i... |
64 |
include/generated |
d8ecc5cd8 kbuild: asm-gener... |
65 |
arch/*/include/generated |
1e65174a3 Add some basic .g... |
66 |
|
1d519605f V4L/DVB (3300b): ... |
67 68 |
# stgit generated dirs patches-* |
8ccf28324 gitignore: gitign... |
69 70 71 72 |
# quilt's files patches series |
132e2bc3e [PATCH] Add cscop... |
73 74 75 |
# cscope files cscope.* |
9723c046b .gitignore: match... |
76 |
ncscope.* |
3f1b0e1f2 .gitignore update |
77 |
|
f2ac5e789 gitignore: Add GN... |
78 79 80 81 82 |
# gnu global files GPATH GRTAGS GSYMS GTAGS |
3f1b0e1f2 .gitignore update |
83 |
*.orig |
708865547 .gitignore: ignor... |
84 85 |
*~ \#*# |