]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: Remove all generated RPC files from GIT
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 6 May 2011 13:11:32 +0000 (14:11 +0100)
committerEric Blake <eblake@redhat.com>
Fri, 6 May 2011 22:22:33 +0000 (16:22 -0600)
commit3496b7f500f21414a5177556b8ac91928a2b2f38
treeee7ca993d5a661d60d3f6f9d1785262978eb2bdb
parentfb1e8d9c4406792e67f051ac8da3dd9c9f031ad2
build: Remove all generated RPC files from GIT

Stop storing the generated files for the remote protocol client
and server in source control. The generated files will still be
included in the result of 'make dist' to avoid end-users needing
to generate the files

Signed-off-by: Eric Blake <eblake@redhat.com>
Unfortunately, this means that the strings marked for translation
in generated files are not picked up by gnulib's syntax-check,
I'm working on fixing that in gnulib.

* .gitignore, cfg.mk, po/POTFILES.in: Reflect deletion.
19 files changed:
.gitignore
cfg.mk
daemon/qemu_dispatch_args.h [deleted file]
daemon/qemu_dispatch_bodies.h [deleted file]
daemon/qemu_dispatch_prototypes.h [deleted file]
daemon/qemu_dispatch_ret.h [deleted file]
daemon/qemu_dispatch_table.h [deleted file]
daemon/remote_dispatch_args.h [deleted file]
daemon/remote_dispatch_bodies.h [deleted file]
daemon/remote_dispatch_prototypes.h [deleted file]
daemon/remote_dispatch_ret.h [deleted file]
daemon/remote_dispatch_table.h [deleted file]
po/POTFILES.in
src/remote/qemu_client_bodies.h [deleted file]
src/remote/qemu_protocol.c [deleted file]
src/remote/qemu_protocol.h [deleted file]
src/remote/remote_client_bodies.h [deleted file]
src/remote/remote_protocol.c [deleted file]
src/remote/remote_protocol.h [deleted file]