move i915 driver init to late_initcall
[profile/ivi/kernel-x86-ivi.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 modules.builtin
26 *.elf
27 *.bin
28 *.gz
29 *.bz2
30 *.lzma
31 *.xz
32 *.lz4
33 *.lzo
34 *.patch
35 *.gcno
36
37 #
38 # Top-level generic files
39 #
40 /tags
41 /TAGS
42 /linux
43 /vmlinux
44 /vmlinuz
45 /System.map
46 /Module.markers
47 /Module.symvers
48 /defconfig
49
50 #
51 # Debian directory (make deb-pkg)
52 #
53 /debian/
54
55 #
56 # git files that we don't want to ignore even it they are dot-files
57 #
58 !.gitignore
59 !.mailmap
60 !.gbs.conf
61
62 #
63 # Generated include files
64 #
65 include/config
66 include/generated
67 arch/*/include/generated
68
69 # stgit generated dirs
70 patches-*
71
72 # quilt's files
73 patches
74 series
75
76 # cscope files
77 cscope.*
78 ncscope.*
79
80 # gnu global files
81 GPATH
82 GRTAGS
83 GSYMS
84 GTAGS
85
86 *.orig
87 *~
88 \#*#
89
90 #
91 # Leavings from module signing
92 #
93 extra_certificates
94 signing_key.priv
95 signing_key.x509
96 x509.genkey
97
98 # Kconfig presets
99 all.config