Blame view
.gitignore
1.36 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. # |
bafda5d37 .gitignore: sort ... |
10 |
# Normal rules (sorted alphabetically) |
1e65174a3 Add some basic .g... |
11 12 |
# .* |
bafda5d37 .gitignore: sort ... |
13 14 15 16 |
*.a *.bin *.bz2 *.c.[012]*.* |
abc5896b7 .gitignore: move ... |
17 18 |
*.dtb *.dtb.S |
bafda5d37 .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 Add some basic .g... |
31 |
*.o |
96918a35a .gitignore update |
32 |
*.o.* |
bafda5d37 .gitignore: sort ... |
33 34 |
*.order *.patch |
1e65174a3 Add some basic .g... |
35 |
*.s |
20ede2741 gitignore: ignore... |
36 |
*.so |
f322727b9 x86: update .giti... |
37 |
*.so.dbg |
bafda5d37 .gitignore: sort ... |
38 |
*.su |
ac3b719cc [PATCH] Add symbo... |
39 |
*.symtypes |
f4ae94972 .gitignore: ignor... |
40 |
*.tar |
790e10ba6 .gitignore: ignor... |
41 |
*.xz |
082722a0f .gitignore: ignor... |
42 |
Module.symvers |
bafda5d37 .gitignore: sort ... |
43 |
modules.builtin |
1e65174a3 Add some basic .g... |
44 45 46 47 |
# # Top-level generic files # |
6db823cf4 Fix up .gitignore... |
48 49 50 51 |
/tags /TAGS /linux /vmlinux |
d0fe116b4 gitignore: Add MI... |
52 |
/vmlinux.32 |
2478a8a15 scripts/gdb: igno... |
53 |
/vmlinux-gdb.py |
6db823cf4 Fix up .gitignore... |
54 55 56 |
/vmlinuz /System.map /Module.markers |
6db823cf4 Fix up .gitignore... |
57 58 |
# |
806d61d66 kbuild: rpm-pkg: ... |
59 60 61 62 63 |
# RPM spec file (make rpm-pkg) # /*.spec # |
b75682860 gitignore: ignore... |
64 65 66 67 68 |
# Debian directory (make deb-pkg) # /debian/ # |
dd10ca6c9 gitignore: ignore... |
69 70 71 72 73 |
# tar directory (make tar*-pkg) # /tar-install/ # |
52bbe141f gitignore: fix wo... |
74 |
# git files that we don't want to ignore even if they are dot-files |
6db823cf4 Fix up .gitignore... |
75 |
# |
9e447a7f1 .gitignore update... |
76 |
!.gitignore |
f72e9df0e Fix and clean top... |
77 |
!.mailmap |
dd951fc1b scripts: add Linu... |
78 |
!.cocciconfig |
1e65174a3 Add some basic .g... |
79 80 81 82 |
# # Generated include files # |
1e65174a3 Add some basic .g... |
83 |
include/config |
f14875a3e kbuild: support i... |
84 |
include/generated |
d8ecc5cd8 kbuild: asm-gener... |
85 |
arch/*/include/generated |
1e65174a3 Add some basic .g... |
86 |
|
1d519605f V4L/DVB (3300b): ... |
87 88 |
# stgit generated dirs patches-* |
8ccf28324 gitignore: gitign... |
89 90 91 92 |
# quilt's files patches series |
132e2bc3e [PATCH] Add cscop... |
93 94 95 |
# cscope files cscope.* |
9723c046b .gitignore: match... |
96 |
ncscope.* |
3f1b0e1f2 .gitignore update |
97 |
|
f2ac5e789 gitignore: Add GN... |
98 99 100 101 102 |
# gnu global files GPATH GRTAGS GSYMS GTAGS |
a37161c05 Kbuild: Add ID fi... |
103 104 |
# id-utils files ID |
3f1b0e1f2 .gitignore update |
105 |
*.orig |
708865547 .gitignore: ignor... |
106 107 |
*~ \#*# |
addbcdbbf MODSIGN: Provide ... |
108 109 110 111 112 |
# # Leavings from module signing # extra_certificates |
fb1179499 modsign: Use sing... |
113 |
signing_key.pem |
addbcdbbf MODSIGN: Provide ... |
114 115 |
signing_key.priv signing_key.x509 |
addbcdbbf MODSIGN: Provide ... |
116 |
x509.genkey |
25fba9beb gitignore: add al... |
117 118 119 |
# Kconfig presets all.config |
dfe048724 .gitignore: Add K... |
120 121 122 |
# Kdevelop4 *.kdev4 |