mirror of https://gitee.com/openkylin/libvirt.git
Ignore some generated autotools files in example app
This commit is contained in:
parent
72652e9dbb
commit
1d1748b63e
|
@ -1,3 +1,9 @@
|
||||||
|
Mon Mar 2 20:24:00 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
|
* python/.cvsignore: Ignore generated.stamp
|
||||||
|
* examples/hellolibvirt/.cvsignore: Ignore autotools generated
|
||||||
|
files
|
||||||
|
|
||||||
Mon Mar 2 20:21:00 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
Mon Mar 2 20:21:00 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* src/qemu_conf.c: Always reset PCI devices before starting guests.
|
* src/qemu_conf.c: Always reset PCI devices before starting guests.
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
hellolibvirt
|
||||||
|
.deps
|
||||||
|
.libs
|
|
@ -12,3 +12,4 @@ libvirt-py.[ch]
|
||||||
libvirtclass.py
|
libvirtclass.py
|
||||||
gen_prog
|
gen_prog
|
||||||
*.pyc
|
*.pyc
|
||||||
|
generated.stamp
|
||||||
|
|
Loading…
Reference in New Issue