Merge branch 'develop' of 10.10.10.29:/home/rockchip/kernel into develop
[firefly-linux-kernel-4.4.55.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 *.gz
28 *.bz2
29 *.lzma
30 *.patch
31 *.gcno
32 Untitled Project.*
33
34 #
35 # Top-level generic files
36 #
37 tags
38 TAGS
39 vmlinux
40 kernel.img
41 System.map
42 Module.markers
43 Module.symvers
44 !.gitignore
45 !.mailmap
46
47 #
48 # Generated include files
49 #
50 include/asm
51 include/asm-*/asm-offsets.h
52 include/config
53 include/linux/autoconf.h
54 include/linux/compile.h
55 include/linux/version.h
56 include/linux/utsrelease.h
57 include/linux/bounds.h
58 include/generated
59 include/asm-arm/mach-types.h
60
61 # stgit generated dirs
62 patches-*
63
64 # quilt's files
65 patches
66 series
67
68 # cscope files
69 cscope.*
70 ncscope.*
71
72 # gnu global files
73 GPATH
74 GRTAGS
75 GSYMS
76 GTAGS
77
78 *.orig
79 *~
80 \#*#