Merge branch 'mini2440-dev-likely' into mini2440-dev
[linux-2.6/mini2440.git] / .gitignore
blobb93fb7eff94286c7a15d475fa581dac32a89b0db
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 *.elf
26 *.bin
27 *.gz
28 *.lzma
29 *.patch
30 *.gcno
33 # Top-level generic files
35 tags
36 TAGS
37 vmlinux
38 System.map
39 Module.markers
40 Module.symvers
41 !.gitignore
42 !.mailmap
45 # Generated include files
47 include/asm
48 include/asm-*/asm-offsets.h
49 include/config
50 include/linux/autoconf.h
51 include/linux/compile.h
52 include/linux/version.h
53 include/linux/utsrelease.h
54 include/linux/bounds.h
55 include/generated
57 # stgit generated dirs
58 patches-*
60 # quilt's files
61 patches
62 series
64 # cscope files
65 cscope.*
66 ncscope.*
68 # gnu global files
69 GPATH
70 GRTAGS
71 GSYMS
72 GTAGS
74 *.orig
76 \#*#