OSDN Git Service

net: wireless: wl: refine the rules
[android-x86/kernel.git] / .gitignore
1 #
2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead.
5 #
6 # NOTE! Please use 'git ls-files -i --exclude-standard'
7 # command after changing this file, to see if there are
8 # any tracked files which get ignored after the change.
9 #
10 # Normal rules
11 #
12 *.o
13 *.o.*
14 *.a
15 *.s
16 *.ko
17 *.so
18 *.so.dbg
19 *.mod.c
20 *.i
21 *.lst
22 *.symtypes
23 *.order
24 *.elf
25 *.bin
26 *.tar
27 *.gz
28 *.bz2
29 *.lzma
30 *.xz
31 *.lz4
32 *.lzo
33 *.patch
34 *.gcno
35 modules.builtin
36 Module.symvers
37 *.dwo
38 *.su
39
40 #
41 # Top-level generic files
42 #
43 /tags
44 /TAGS
45 /linux
46 /vmlinux
47 /vmlinux.32
48 /vmlinux-gdb.py
49 /vmlinuz
50 /System.map
51 /Module.markers
52
53 #
54 # Debian directory (make deb-pkg)
55 #
56 /debian/
57
58 #
59 # tar directory (make tar*-pkg)
60 #
61 /tar-install/
62
63 #
64 # git files that we don't want to ignore even it they are dot-files
65 #
66 !.gitignore
67 !.mailmap
68
69 #
70 # Generated include files
71 #
72 include/config
73 include/generated
74 arch/*/include/generated
75
76 # stgit generated dirs
77 patches-*
78
79 # quilt's files
80 patches
81 series
82
83 # cscope files
84 cscope.*
85 ncscope.*
86
87 # gnu global files
88 GPATH
89 GRTAGS
90 GSYMS
91 GTAGS
92
93 # id-utils files
94 ID
95
96 *.orig
97 *~
98 \#*#
99
100 #
101 # Leavings from module signing
102 #
103 extra_certificates
104 signing_key.pem
105 signing_key.priv
106 signing_key.x509
107 x509.genkey
108
109 # Kconfig presets
110 all.config
111
112 # Kdevelop4
113 *.kdev4