forked from libguestfs/virt-v2v
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
156 lines (154 loc) · 3.08 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
*~
*.a
*.annot
*.bak
*.class
*.cma
*.cmi
*.cmo
*.cmx
*.cmxa
*.diff
*.eml
*.hi
*.jar
*.la
*.lo
*.log
*.o
*.orig
*.pyc
*.rej
*.swp
*.trs
.deps
.dirstamp
dll*.so
.gdb_history
.libs
Makefile
Makefile.in
/aclocal.m4
/autom4te.cache/
/build-aux/
/compile
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.sh
/config.status
/config.sub
/configure
/convert/.depend
/depcomp
/docs/stamp-virt-v2v*.pod
/docs/virt-v2v.1
/docs/virt-v2v-hacking.1
/docs/virt-v2v-in-place.1
/docs/virt-v2v-input-vmware.1
/docs/virt-v2v-input-xen.1
/docs/virt-v2v-inspector.1
/docs/virt-v2v-output-local.1
/docs/virt-v2v-output-openstack.1
/docs/virt-v2v-output-rhv.1
/docs/virt-v2v-release-notes-1.42.1
/docs/virt-v2v-release-notes-2.0.1
/docs/virt-v2v-release-notes-2.2.1
/docs/virt-v2v-support.1
/.gitattributes
/.git-module-status
/in-place/.depend
/in-place/virt-v2v-in-place
/input/.depend
/inspector/.depend
/inspector/virt-v2v-inspector
/installcheck.sh
/install-sh
/libtool
/lib/.depend
/lib/config.ml
/local*
/ltmain.sh
/m4/libtool.m4
/m4/lt~obsolete.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/maint.mk
/missing
/ocaml-dep.sh
/ocaml-link.sh
/output/.depend
/output/oUnit-anon.cache
/output/output_rhv_upload_*_source.ml
/output/var_expander_tests
/po-docs/*/*.1
/po-docs/*/*.3
/po-docs/*/*.5
/po-docs/*/*.8
/po-docs/*/*.pod
/podwrapper.1
/podwrapper.pl
/po/*.gmo
/run
/stamp-h1
/test-data/test.iso
/test-data/blank-disks/blank-disk-*
/test-data/fake-virtio-win/fake-virtio-win.iso
/test-data/files/100kallnewlines
/test-data/files/100kallspaces
/test-data/files/100kallzeroes
/test-data/files/100krandom
/test-data/files/10klines
/test-data/files/abssymlink
/test-data/files/bin-x86_64-dynamic.gz
/test-data/files/hello.b64
/test-data/files/initrd
/test-data/files/initrd-x86_64.img
/test-data/files/initrd-x86_64.img.gz
/test-data/files/lib-i586.so.xz
/test-data/files/test-grep.txt.gz
/test-data/phony-guests/archlinux.img
/test-data/phony-guests/blank-*.img
/test-data/phony-guests/coreos.img
/test-data/phony-guests/debian.img
/test-data/phony-guests/fedora.img
/test-data/phony-guests/fedora-btrfs.img
/test-data/phony-guests/fedora-luks-on-lvm.img
/test-data/phony-guests/fedora-lvm-on-luks.img
/test-data/phony-guests/fedora-md1.img
/test-data/phony-guests/fedora-md2.img
/test-data/phony-guests/fedora-static-bin
/test-data/phony-guests/fedora.db
/test-data/phony-guests/guests.xml
/test-data/phony-guests/guests-all-good.xml
/test-data/phony-guests/stamp-fedora-md.img
/test-data/phony-guests/ubuntu.img
/test-data/phony-guests/windows.img
/test-data/phony-guests/windows-software
/test-data/phony-guests/windows-system
/tests/functions.sh
/tests/libvirt-is-version
/tests/rhbz1232192.xml
/tests/test-v2v-cdrom.xml
/tests/test-v2v-conversion-of-*.sh
/tests/test-v2v-floppy.xml
/tests/test-v2v-mac.xml
/tests/test-v2v-networks-and-bridges.xml
/tests/test-v2v-print-source.xml
/tests/test-v2v-sound.xml
/tests/windows.vmdk
/v2v/.depend
/v2v/oUnit-virt-v2v.cache
/v2v/real-*.d/
/v2v/real-*.img
/v2v/real-*.xml
/v2v/v2v_unit_tests
/v2v/virt-v2v
/virt-v2v-*.tar.gz
/virt-v2v-*.tar.gz.sig
/website/*.html
/website/README.txt
/website/TODO.txt