Ignore some generated autotools files in example app

This commit is contained in:
Daniel P. Berrange 2009-03-02 20:24:46 +00:00
parent 72652e9dbb
commit 1d1748b63e
3 changed files with 12 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,5 @@
Makefile
Makefile.in
hellolibvirt
.deps
.libs

View File

@ -12,3 +12,4 @@ libvirt-py.[ch]
libvirtclass.py
gen_prog
*.pyc
generated.stamp