Merge branch 'btrfs' of git://git.kernel.dk/linux-2.6-block
[pandora-kernel.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 *.lzma
29 *.patch
30 *.gcno
31
32 #
33 # Top-level generic files
34 #
35 tags
36 TAGS
37 vmlinux
38 System.map
39 Module.markers
40 Module.symvers
41 !.gitignore
42 !.mailmap
43
44 #
45 # Generated include files
46 #
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
56
57 # stgit generated dirs
58 patches-*
59
60 # quilt's files
61 patches
62 series
63
64 # cscope files
65 cscope.*
66 ncscope.*
67
68 # gnu global files
69 GPATH
70 GRTAGS
71 GSYMS
72 GTAGS
73
74 *.orig
75 *~
76 \#*#