mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
p2v: split gitignore
Move (or copy the general ones) all the p2v entries in the top-level .gitignore file to a new file specific for p2v. This will make it easier to keep them when splitting p2v.
This commit is contained in:
37
.gitignore
vendored
37
.gitignore
vendored
@@ -436,43 +436,6 @@ Makefile.in
|
||||
/ocaml/stamp-mlguestfs
|
||||
/ocaml/t/*.bc
|
||||
/ocaml/t/*.opt
|
||||
/p2v/about-authors.c
|
||||
/p2v/config.c
|
||||
/p2v/dependencies.archlinux
|
||||
/p2v/dependencies.debian
|
||||
/p2v/dependencies.redhat
|
||||
/p2v/dependencies.suse
|
||||
/p2v/kernel-config.c
|
||||
/p2v/p2v-config.h
|
||||
/p2v/stamp-test-virt-p2v-pxe-data-files
|
||||
/p2v/stamp-test-virt-p2v-pxe-hostkey
|
||||
/p2v/stamp-test-virt-p2v-pxe-kernel
|
||||
/p2v/stamp-test-virt-p2v-pxe-userkey
|
||||
/p2v/stamp-virt-p2v.pod
|
||||
/p2v/stamp-virt-p2v-make-disk.pod
|
||||
/p2v/stamp-virt-p2v-make-kickstart.pod
|
||||
/p2v/stamp-virt-p2v-make-kiwi.pod
|
||||
/p2v/test-virt-p2v-pxe.authorized_keys
|
||||
/p2v/test-virt-p2v-pxe.id_rsa
|
||||
/p2v/test-virt-p2v-pxe.id_rsa.pub
|
||||
/p2v/test-virt-p2v-pxe.img
|
||||
/p2v/test-virt-p2v-pxe.initramfs
|
||||
/p2v/test-virt-p2v-pxe.sshd_config
|
||||
/p2v/test-virt-p2v-pxe.ssh_host_rsa_key
|
||||
/p2v/test-virt-p2v-pxe.ssh_host_rsa_key.pub
|
||||
/p2v/test-virt-p2v-pxe.vmlinuz
|
||||
/p2v/virt-p2v
|
||||
/p2v/virt-p2v.1
|
||||
/p2v/virt-p2v.i686
|
||||
/p2v/virt-p2v.img
|
||||
/p2v/virt-p2v-kernel-config.pod
|
||||
/p2v/virt-p2v-make-disk
|
||||
/p2v/virt-p2v-make-disk.1
|
||||
/p2v/virt-p2v-make-kickstart
|
||||
/p2v/virt-p2v-make-kickstart.1
|
||||
/p2v/virt-p2v-make-kiwi
|
||||
/p2v/virt-p2v-make-kiwi.1
|
||||
/p2v/virt-p2v.xz
|
||||
/perl/_build
|
||||
/perl/bindtests.pl
|
||||
/perl/blib
|
||||
|
||||
46
p2v/.gitignore
vendored
Normal file
46
p2v/.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
*~
|
||||
*.log
|
||||
*.o
|
||||
*.trs
|
||||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
||||
/about-authors.c
|
||||
/config.c
|
||||
/dependencies.archlinux
|
||||
/dependencies.debian
|
||||
/dependencies.redhat
|
||||
/dependencies.suse
|
||||
/kernel-config.c
|
||||
/p2v-config.h
|
||||
/stamp-test-virt-p2v-pxe-data-files
|
||||
/stamp-test-virt-p2v-pxe-hostkey
|
||||
/stamp-test-virt-p2v-pxe-kernel
|
||||
/stamp-test-virt-p2v-pxe-userkey
|
||||
/stamp-virt-p2v.pod
|
||||
/stamp-virt-p2v-make-disk.pod
|
||||
/stamp-virt-p2v-make-kickstart.pod
|
||||
/stamp-virt-p2v-make-kiwi.pod
|
||||
/test-virt-p2v-pxe.authorized_keys
|
||||
/test-virt-p2v-pxe.id_rsa
|
||||
/test-virt-p2v-pxe.id_rsa.pub
|
||||
/test-virt-p2v-pxe.img
|
||||
/test-virt-p2v-pxe.initramfs
|
||||
/test-virt-p2v-pxe.sshd_config
|
||||
/test-virt-p2v-pxe.ssh_host_rsa_key
|
||||
/test-virt-p2v-pxe.ssh_host_rsa_key.pub
|
||||
/test-virt-p2v-pxe.vmlinuz
|
||||
/virt-p2v
|
||||
/virt-p2v.1
|
||||
/virt-p2v.i686
|
||||
/virt-p2v.img
|
||||
/virt-p2v-kernel-config.pod
|
||||
/virt-p2v-make-disk
|
||||
/virt-p2v-make-disk.1
|
||||
/virt-p2v-make-kickstart
|
||||
/virt-p2v-make-kickstart.1
|
||||
/virt-p2v-make-kiwi
|
||||
/virt-p2v-make-kiwi.1
|
||||
/virt-p2v.xz
|
||||
Reference in New Issue
Block a user