mm-only debug patch...
[mmotm.git] / .gitignore
blob9399f1a5d96a8aa5face75d7c11e6c270f26dbc7
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.
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.
10 # Normal rules
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 *.lzma
30 *.patch
31 *.gcno
34 # Top-level generic files
36 tags
37 TAGS
38 vmlinux
39 System.map
40 Module.markers
41 Module.symvers
42 !.gitignore
43 !.mailmap
46 # Generated include files
48 include/config
49 include/linux/version.h
50 include/generated
52 # stgit generated dirs
53 patches-*
55 # quilt's files
56 patches
57 series
59 # cscope files
60 cscope.*
61 ncscope.*
63 # gnu global files
64 GPATH
65 GRTAGS
66 GSYMS
67 GTAGS
69 *.orig
71 \#*#