Blame view
.gitignore
1.19 KB
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 |
f72e9df0e Fix and clean top... |
25 26 27 |
*.elf *.bin *.gz |
e3a41d7b9 .gitignore: Add b... |
28 |
*.bz2 |
3f8d9ced7 .gitignore: ignor... |
29 |
*.lzma |
790e10ba6 .gitignore: ignor... |
30 |
*.xz |
4e5052948 .gitignore: ignor... |
31 |
*.lz4 |
52b80025e .gitignore: ignor... |
32 |
*.lzo |
35763e854 ignore *.patch files |
33 |
*.patch |
7a6b1f1c0 gitignore: ignore... |
34 |
*.gcno |
082722a0f .gitignore: ignor... |
35 36 |
modules.builtin Module.symvers |
866ced950 kbuild: Support s... |
37 |
*.dwo |
1e65174a3 Add some basic .g... |
38 39 40 41 |
# # Top-level generic files # |
6db823cf4 Fix up .gitignore... |
42 43 44 45 |
/tags /TAGS /linux /vmlinux |
2478a8a15 scripts/gdb: igno... |
46 |
/vmlinux-gdb.py |
6db823cf4 Fix up .gitignore... |
47 48 49 |
/vmlinuz /System.map /Module.markers |
6db823cf4 Fix up .gitignore... |
50 51 |
# |
b75682860 gitignore: ignore... |
52 53 54 55 56 |
# Debian directory (make deb-pkg) # /debian/ # |
dd10ca6c9 gitignore: ignore... |
57 58 59 60 61 |
# tar directory (make tar*-pkg) # /tar-install/ # |
6db823cf4 Fix up .gitignore... |
62 63 |
# git files that we don't want to ignore even it they are dot-files # |
9e447a7f1 .gitignore update... |
64 |
!.gitignore |
f72e9df0e Fix and clean top... |
65 |
!.mailmap |
1e65174a3 Add some basic .g... |
66 67 68 69 |
# # Generated include files # |
1e65174a3 Add some basic .g... |
70 |
include/config |
f14875a3e kbuild: support i... |
71 |
include/generated |
d8ecc5cd8 kbuild: asm-gener... |
72 |
arch/*/include/generated |
1e65174a3 Add some basic .g... |
73 |
|
1d519605f V4L/DVB (3300b): ... |
74 75 |
# stgit generated dirs patches-* |
8ccf28324 gitignore: gitign... |
76 77 78 79 |
# quilt's files patches series |
132e2bc3e [PATCH] Add cscop... |
80 81 82 |
# cscope files cscope.* |
9723c046b .gitignore: match... |
83 |
ncscope.* |
3f1b0e1f2 .gitignore update |
84 |
|
f2ac5e789 gitignore: Add GN... |
85 86 87 88 89 |
# gnu global files GPATH GRTAGS GSYMS GTAGS |
3f1b0e1f2 .gitignore update |
90 |
*.orig |
708865547 .gitignore: ignor... |
91 92 |
*~ \#*# |
addbcdbbf MODSIGN: Provide ... |
93 94 95 96 97 98 99 |
# # Leavings from module signing # extra_certificates signing_key.priv signing_key.x509 |
addbcdbbf MODSIGN: Provide ... |
100 |
x509.genkey |
25fba9beb gitignore: add al... |
101 102 103 |
# Kconfig presets all.config |
dfe048724 .gitignore: Add K... |
104 105 106 |
# Kdevelop4 *.kdev4 |