Merge remote-tracking branch 'linux-2.6.32.y/master' 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 System.map
41 Module.markers
42 Module.symvers
43 !.gitignore
44 !.mailmap
45
46 #
47 # Generated include files
48 #
49 include/asm
50 include/asm-*/asm-offsets.h
51 include/config
52 include/linux/autoconf.h
53 include/linux/compile.h
54 include/linux/version.h
55 include/linux/utsrelease.h
56 include/linux/bounds.h
57 include/generated
58 include/asm-arm/mach-types.h
59
60 # stgit generated dirs
61 patches-*
62
63 # quilt's files
64 patches
65 series
66
67 # cscope files
68 cscope.*
69 ncscope.*
70
71 # gnu global files
72 GPATH
73 GRTAGS
74 GSYMS
75 GTAGS
76
77 *.orig
78 *~
79 \#*#