
18 Feb
2013
18 Feb
'13
12:40 a.m.
On Sun, Feb 17, 2013 at 11:05 PM, Doug Goldstein <cardoe@cardoe.com> wrote:
/src/lxc/lxc_protocol.[ch] is autogenerated so add it to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore index 23fdc91..16ac708 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ /COPYING /ChangeLog /GNUmakefile +/HACKING /INSTALL /NEWS /aclocal.m4 @@ -121,6 +122,7 @@ /src/lxc/lxc_monitor_dispatch.h /src/lxc/lxc_monitor_protocol.c /src/lxc/lxc_monitor_protocol.h +/src/lxc/lxc_protocol.[ch] /src/lxc/test_libvirtd_lxc.aug /src/qemu/test_libvirtd_qemu.aug /src/remote/*_client_bodies.h -- 1.7.12.4
Ignore this one. I lumped in HACKING by accident and that didn't belong in here. -- Doug Goldstein