Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[sfrench/cifs-2.6.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 # Normal rules
7 #
8 .*
9 *.o
10 *.o.*
11 *.a
12 *.s
13 *.ko
14 *.so
15 *.mod.c
16 *.i
17 *.lst
18 *.symtypes
19
20 #
21 # Top-level generic files
22 #
23 tags
24 TAGS
25 vmlinux*
26 !vmlinux.lds.S
27 System.map
28 Module.symvers
29 !.gitignore
30
31 #
32 # Generated include files
33 #
34 include/asm
35 include/asm-*/asm-offsets.h
36 include/config
37 include/linux/autoconf.h
38 include/linux/compile.h
39 include/linux/version.h
40 include/linux/utsrelease.h
41
42 # stgit generated dirs
43 patches-*
44
45 # quilt's files
46 patches
47 series
48
49 # cscope files
50 cscope.*
51
52 *.orig
53 *.rej