]> sourceware.org Git - lvm2.git/blob - .gitignore
devices: fix dev_dm_uuid
[lvm2.git] / .gitignore
1 *.5
2 *.7
3 *.8
4 *.8_gen
5 *.a
6 *.d
7 *.o
8 *.orig
9 *.pc
10 *.pot
11 *.pyc
12 *.pyo
13 *.rej
14 *.so
15 *.so.*
16 *.sw*
17 *.su
18 *.patch
19 *~
20
21 # gcov files:
22 *.gcda
23 *.gcno
24
25 .export.sym
26 .exported_symbols_generated
27 .gdb_history
28
29 Makefile
30 make.tmpl
31
32 /autom4te.cache/
33 /autoscan.log
34 /build/
35 /config.cache
36 /config.log
37 /config.status
38 /configure.scan
39 /cscope.*
40 /html/
41 /python/
42 /reports/
43 /tags
44 /tmp/
45
46 coverity/coverity_model.xml
47
48 /libdm/.symver_check
49
50 daemons/clvmd
51 daemons/dmfilemapd
52 daemons/lvmetad/
53
54 tools/man-generator
55
56 test/.lib-dir-stamp
57 test/.tests-stamp
58 test/lib/dmsecuretest
59 test/lib/lvchange
60 test/lib/lvconvert
61 test/lib/lvcreate
62 test/lib/lvdisplay
63 test/lib/lvextend
64 test/lib/lvmconfig
65 test/lib/lvmdiskscan
66 test/lib/lvmsadc
67 test/lib/lvmsar
68 test/lib/lvreduce
69 test/lib/lvremove
70 test/lib/lvrename
71 test/lib/lvresize
72 test/lib/lvs
73 test/lib/lvscan
74 test/lib/pvchange
75 test/lib/pvck
76 test/lib/pvcreate
77 test/lib/pvdisplay
78 test/lib/pvmove
79 test/lib/pvremove
80 test/lib/pvresize
81 test/lib/pvs
82 test/lib/pvscan
83 test/lib/securetest
84 test/lib/vgcfgbackup
85 test/lib/vgcfgrestore
86 test/lib/vgchange
87 test/lib/vgck
88 test/lib/vgconvert
89 test/lib/vgcreate
90 test/lib/vgdisplay
91 test/lib/vgexport
92 test/lib/vgextend
93 test/lib/vgimport
94 test/lib/vgimportclone
95 test/lib/vgmerge
96 test/lib/vgmknodes
97 test/lib/vgreduce
98 test/lib/vgremove
99 test/lib/vgrename
100 test/lib/vgs
101 test/lib/vgscan
102 test/lib/vgsplit
103 test/api/lvtest.t
104 test/api/pe_start.t
105 test/api/percent.t
106 test/api/python_lvm_unit.py
107 test/api/test
108 test/api/thin_percent.t
109 test/api/vglist.t
110 test/api/vgtest.t
111 test/lib/aux
112 test/lib/cache-mq.profile
113 test/lib/cache-smq.profile
114 test/lib/check
115 test/lib/clvmd
116 test/lib/dm-version-expected
117 test/lib/dmeventd
118 test/lib/dmsetup
119 test/lib/dmstats
120 test/lib/fail
121 test/lib/flavour-ndev-cluster
122 test/lib/flavour-ndev-cluster-lvmpolld
123 test/lib/flavour-ndev-devicesfile
124 test/lib/flavour-ndev-lvmetad
125 test/lib/flavour-ndev-lvmetad-lvmpolld
126 test/lib/flavour-ndev-lvmpolld
127 test/lib/flavour-ndev-vanilla
128 test/lib/flavour-udev-cluster
129 test/lib/flavour-udev-cluster-lvmpolld
130 test/lib/flavour-udev-lvmetad
131 test/lib/flavour-udev-lvmetad-lvmpolld
132 test/lib/flavour-udev-lvmlockd-dlm
133 test/lib/flavour-udev-lvmlockd-idm
134 test/lib/flavour-udev-lvmlockd-sanlock
135 test/lib/flavour-udev-lvmlockd-test
136 test/lib/flavour-udev-lvmpolld
137 test/lib/flavour-udev-vanilla
138 test/lib/fsadm
139 test/lib/get
140 test/lib/inittest
141 test/lib/invalid
142 test/lib/lvm
143 test/lib/lvm-wrapper
144 test/lib/lvmchange
145 test/lib/lvmdbusd.profile
146 test/lib/lvmdevices
147 test/lib/lvmetad
148 test/lib/lvmlockctl
149 test/lib/lvmlockd
150 test/lib/lvmpolld
151 test/lib/lvm_import_vdo
152 test/lib/lvm_vdo_wrapper
153 test/lib/not
154 test/lib/paths
155 test/lib/paths-common
156 test/lib/runner
157 test/lib/should
158 test/lib/test
159 test/lib/thin-performance.profile
160 test/lib/utils
161 test/lib/version-expected
162 test/lib/vgimportdevices
163
164 test/unit/dmraid_t.c
165 test/unit/unit-test
This page took 0.045064 seconds and 6 git commands to generate.