diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2011-05-06 14:11:32 +0100 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-05-06 16:22:33 -0600 |
commit | 3496b7f500f21414a5177556b8ac91928a2b2f38 (patch) | |
tree | ee7ca993d5a661d60d3f6f9d1785262978eb2bdb /.gitignore | |
parent | build: refactor generated RPC files (diff) | |
download | libvirt-3496b7f500f21414a5177556b8ac91928a2b2f38.tar.gz libvirt-3496b7f500f21414a5177556b8ac91928a2b2f38.tar.bz2 libvirt-3496b7f500f21414a5177556b8ac91928a2b2f38.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 803f2a38d..87a105fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ /config.sub /configure /configure.lineno +/daemon/*_dispatch_*.h /gnulib/ /libtool /libvirt-*.tar.gz @@ -49,6 +50,8 @@ /po/* /proxy/ /src/libvirt_iohelper +/src/remote/*_client_bodies.h +/src/remote/*_protocol.[ch] /tests/*.log /tests/cputest /tests/hashtest |