tsi148 VMEbus driver v1.3
[tsi148vmebridge.git] / .gitignore
blob1d65ea96e52eb2a16f97d67f4a07fa0090318fa6
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 *.L864
16 *.L865
17 *.L865_64
18 *.a
19 *.s
20 *.ko
21 *.so
22 *.so.dbg
23 *.mod.c
24 *.i
25 *.lst
26 *.symtypes
27 *.order
28 *.elf
29 *.bin
30 *.gz
31 *.bak
32 *.dox
35 # Top-level generic files
37 tags
38 TAGS
39 vmlinux
40 System.map
41 Module.markers
42 Module.symvers
43 !.gitignore
44 !.mailmap
45 man
48 # Generated include files
50 include/asm
51 include/asm-*/asm-offsets.h
52 include/config
53 include/linux/autoconf.h
54 include/linux/compile.h
55 include/linux/version.h
56 include/linux/utsrelease.h
57 include/linux/bounds.h
59 # generated objects
60 object_*
62 # stgit generated dirs
63 patches-*
65 # quilt's files
66 patches
67 series
69 # cscope files
70 cscope.*
71 ncscope.*
73 *.orig
75 \#*#