vmod/vmodttl: fixed bug related to luns not ordered and/or not starting from zero.
[ht-drivers.git] / .gitignore
blob4d8d5c8d7b30ab8db1c5637bb18f2b62684266a2
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 *.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 !.gitignore
31 # Top-level generic files
33 tags
34 TAGS
35 vmlinux
36 System.map
37 Module.markers
38 Module.symvers
39 !.mailmap
41 # stgit generated dirs
42 patches-*
44 # quilt's files
45 patches
46 series
48 # cscope files
49 cscope.*
50 ncscope.*
52 *.orig
54 \#*#
56 # Storage dirs
57 *L865/
58 *ppc4/
60 # Executable
61 *.L865
62 *.ppc4
64 # Dont track RCS repos
65 RCS/
67 # Dont track rand editor scratch files
70 # Dont track packaged tarballs
71 tar*.bz2
73 # Vd80 temp files
74 vd80/object_vd80/VD80.plot
75 vd80/object_vd80/VD80SAMP.01.01
76 vd80/object_vd80/install
77 vd80/object_vd80/libvd80.so.1.0
78 vd80/object_vd80/vd80.xml
80 # Patches
81 patch/
83 # doxygen docs generated with doxy.sh
84 doxygen_output