From 1d1748b63e9c0edda16518cb17212bdf9427ed5e Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 2 Mar 2009 20:24:46 +0000 Subject: [PATCH] Ignore some generated autotools files in example app --- ChangeLog | 6 ++++++ examples/hellolibvirt/.cvsignore | 5 +++++ python/.cvsignore | 1 + 3 files changed, 12 insertions(+) create mode 100644 examples/hellolibvirt/.cvsignore diff --git a/ChangeLog b/ChangeLog index b104c22bc3..c14556b95c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Mar 2 20:24:00 GMT 2009 Daniel P. Berrange + + * python/.cvsignore: Ignore generated.stamp + * examples/hellolibvirt/.cvsignore: Ignore autotools generated + files + Mon Mar 2 20:21:00 GMT 2009 Daniel P. Berrange * src/qemu_conf.c: Always reset PCI devices before starting guests. diff --git a/examples/hellolibvirt/.cvsignore b/examples/hellolibvirt/.cvsignore new file mode 100644 index 0000000000..b8d036dadf --- /dev/null +++ b/examples/hellolibvirt/.cvsignore @@ -0,0 +1,5 @@ +Makefile +Makefile.in +hellolibvirt +.deps +.libs diff --git a/python/.cvsignore b/python/.cvsignore index 079e574e66..db6c706796 100644 --- a/python/.cvsignore +++ b/python/.cvsignore @@ -12,3 +12,4 @@ libvirt-py.[ch] libvirtclass.py gen_prog *.pyc +generated.stamp -- GitLab