]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - .gitignore
drm: msm: Add ASoC generic hdmi audio codec support.
[karo-tx-linux.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 .*
13 *.o
14 *.o.*
15 *.a
16 *.s
17 *.ko
18 *.so
19 *.so.dbg
20 *.mod.c
21 *.i
22 *.lst
23 *.symtypes
24 *.order
25 *.elf
26 *.bin
27 *.tar
28 *.gz
29 *.bz2
30 *.lzma
31 *.xz
32 *.lz4
33 *.lzo
34 *.patch
35 *.gcno
36 modules.builtin
37 Module.symvers
38 *.dwo
39 *.su
40
41 #
42 # Top-level generic files
43 #
44 /tags
45 /TAGS
46 /linux
47 /vmlinux
48 /vmlinux.32
49 /vmlinux-gdb.py
50 /vmlinuz
51 /System.map
52 /Module.markers
53
54 #
55 # Debian directory (make deb-pkg)
56 #
57 /debian/
58 /*.deb
59 /*.changes
60
61 #
62 # tar directory (make tar*-pkg)
63 #
64 /tar-install/
65
66 #
67 # git files that we don't want to ignore even it they are dot-files
68 #
69 !.gitignore
70 !.mailmap
71
72 #
73 # Generated include files
74 #
75 include/config
76 include/generated
77 arch/*/include/generated
78
79 # stgit generated dirs
80 patches-*
81
82 # quilt's files
83 patches
84 series
85
86 # cscope files
87 cscope.*
88 ncscope.*
89
90 # gnu global files
91 GPATH
92 GRTAGS
93 GSYMS
94 GTAGS
95
96 # id-utils files
97 ID
98
99 *.orig
100 *~
101 \#*#
102
103 #
104 # Leavings from module signing
105 #
106 extra_certificates
107 signing_key.pem
108 signing_key.priv
109 signing_key.x509
110 x509.genkey
111
112 # Kconfig presets
113 all.config
114
115 # Kdevelop4
116 *.kdev4