pagemap: add page-types tool
[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 # 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
31 #
32 # Top-level generic files
33 #
34 tags
35 TAGS
36 vmlinux
37 System.map
38 Module.markers
39 Module.symvers
40 !.gitignore
41 !.mailmap
42
43 #
44 # Generated include files
45 #
46 include/asm
47 include/asm-*/asm-offsets.h
48 include/config
49 include/linux/autoconf.h
50 include/linux/compile.h
51 include/linux/version.h
52 include/linux/utsrelease.h
53 include/linux/bounds.h
54 include/generated
55
56 # stgit generated dirs
57 patches-*
58
59 # quilt's files
60 patches
61 series
62
63 # cscope files
64 cscope.*
65 ncscope.*
66
67 # gnu global files
68 GPATH
69 GRTAGS
70 GSYMS
71 GTAGS
72
73 *.orig
74 *~
75 \#*#