remove libdss from Makefile
[GitHub/moto-9609/android_kernel_motorola_exynos9610.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 (sorted alphabetically)
11 #
12 .*
13 *.a
14 *.bin
15 *.bz2
16 *.c.[012]*.*
17 *.dtb
18 *.dtb.S
19 *.dwo
20 *.elf
21 *.gcno
22 *.gz
23 *.i
24 *.ko
25 *.ll
26 *.lst
27 *.lz4
28 *.lzma
29 *.lzo
30 *.mod.c
31 *.o
32 *.o.*
33 *.order
34 *.patch
35 *.s
36 *.so
37 *.so.dbg
38 *.su
39 *.symtypes
40 *.tar
41 *.xz
42 Module.symvers
43 modules.builtin
44
45 #
46 # Top-level generic files
47 #
48 /tags
49 /TAGS
50 /linux
51 /vmlinux
52 /vmlinux.32
53 /vmlinux-gdb.py
54 /vmlinuz
55 /System.map
56 /Module.markers
57 /dss-reader
58
59 #
60 # RPM spec file (make rpm-pkg)
61 #
62 /*.spec
63
64 #
65 # Debian directory (make deb-pkg)
66 #
67 /debian/
68
69 #
70 # tar directory (make tar*-pkg)
71 #
72 /tar-install/
73
74 #
75 # git files that we don't want to ignore even if they are dot-files
76 #
77 !.gitignore
78 !.mailmap
79 !.cocciconfig
80
81 #
82 # Generated include files
83 #
84 include/config
85 include/generated
86 arch/*/include/generated
87
88 # stgit generated dirs
89 patches-*
90
91 # quilt's files
92 patches
93 series
94
95 # cscope files
96 cscope.*
97 ncscope.*
98
99 # gnu global files
100 GPATH
101 GRTAGS
102 GSYMS
103 GTAGS
104
105 # id-utils files
106 ID
107
108 *.orig
109 *~
110 \#*#
111
112 #
113 # Leavings from module signing
114 #
115 extra_certificates
116 signing_key.pem
117 signing_key.priv
118 signing_key.x509
119 x509.genkey
120
121 # Kconfig presets
122 all.config
123
124 # Kdevelop4
125 *.kdev4
126
127 # fetched Android config fragments
128 kernel/configs/android-*.cfg
129
130 # Android Q
131 arch/arm64/lib/lib.a.symversions
132 dtbo.img
133 lib/lib.a.symversions