[libvirt] [PATCH] Add libvirt.h to ignore files

Shouldn't libvirt.h be ignored by SCMS ? ---- libvirt.h is automatically generated: it should be ignored by SCM tools. Signed-off-by: James Morris <jmorris@namei.org> --- diff --git a/include/libvirt/.cvsignore b/include/libvirt/.cvsignore index 282522d..7bd42da 100644 --- a/include/libvirt/.cvsignore +++ b/include/libvirt/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +libvirt.h diff --git a/include/libvirt/.gitignore b/include/libvirt/.gitignore index 282522d..7bd42da 100644 --- a/include/libvirt/.gitignore +++ b/include/libvirt/.gitignore @@ -1,2 +1,3 @@ Makefile Makefile.in +libvirt.h

On Tue, Sep 09, 2008 at 12:47:32PM +1000, James Morris wrote:
Shouldn't libvirt.h be ignored by SCMS ?
in theory yes we should not check generated files in, but that one is fairly central, it's good to be able to see it without building, and it will only change when the libvirt version number changes, so that doesn't add much traffic. For those reasons I prefer to commit it. Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
participants (2)
-
Daniel Veillard
-
James Morris