modify dm9000 for raho board
[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 !.config
14 *.o
15 *.o.*
16 *.a
17 *.s
18 *.ko
19 *.so
20 *.so.dbg
21 *.mod.c
22 *.i
23 *.lst
24 *.symtypes
25 *.order
26 *.elf
27 *.bin
28 *.gz
29 *.bz2
30 *.lzma
31 *.patch
32 *.gcno
33 Untitled Project.*
34
35 #
36 # Top-level generic files
37 #
38 tags
39 TAGS
40 vmlinux
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
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 \#*#