]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - .gitignore
[libata] ata_piix: more acer short cable quirks
[linux-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 *.so.dbg
16 *.mod.c
17 *.i
18 *.lst
19 *.symtypes
20 *.order
21
22 #
23 # Top-level generic files
24 #
25 tags
26 TAGS
27 vmlinux*
28 !vmlinux.lds.S
29 System.map
30 Module.markers
31 Module.symvers
32 !.gitignore
33
34 #
35 # Generated include files
36 #
37 include/asm
38 include/asm-*/asm-offsets.h
39 include/config
40 include/linux/autoconf.h
41 include/linux/compile.h
42 include/linux/version.h
43 include/linux/utsrelease.h
44 include/linux/bounds.h
45
46 # stgit generated dirs
47 patches-*
48
49 # quilt's files
50 patches
51 series
52
53 # cscope files
54 cscope.*
55 ncscope.*
56
57 *.orig
58 *~
59 \#*#