mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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>
|
||||
|
||||
* src/qemu_conf.c: Always reset PCI devices before starting guests.
|
||||
|
5
examples/hellolibvirt/.cvsignore
Normal file
5
examples/hellolibvirt/.cvsignore
Normal file
@ -0,0 +1,5 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
hellolibvirt
|
||||
.deps
|
||||
.libs
|
@ -12,3 +12,4 @@ libvirt-py.[ch]
|
||||
libvirtclass.py
|
||||
gen_prog
|
||||
*.pyc
|
||||
generated.stamp
|
||||
|
Loading…
Reference in New Issue
Block a user