diff mbox

tools/libxendevicemodel: Add headers.chk to .gitignore

Message ID 1487851822-24237-1-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Feb. 23, 2017, 12:10 p.m. UTC
CC: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Paul Durrant Feb. 23, 2017, 12:11 p.m. UTC | #1
> -----Original Message-----
> From: Ian Jackson [mailto:ian.jackson@eu.citrix.com]
> Sent: 23 February 2017 12:10
> To: xen-devel@lists.xensource.com
> Cc: Ian Jackson <Ian.Jackson@citrix.com>; Paul Durrant
> <Paul.Durrant@citrix.com>; Ian Jackson <Ian.Jackson@citrix.com>
> Subject: [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore
> 
> CC: Paul Durrant <paul.durrant@citrix.com>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

Oops, yes, I missed that.

Reviewed-by: Paul Durrant <paul.durrant@citrix.com>

> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index c8d56d1..7182fe8 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -99,6 +99,7 @@ tools/libs/evtchn/headers.chk
>  tools/libs/gnttab/headers.chk
>  tools/libs/call/headers.chk
>  tools/libs/foreignmemory/headers.chk
> +tools/libs/devicemodel/headers.chk
>  tools/blktap2/daemon/blktapctrl
>  tools/blktap2/drivers/img2qcow
>  tools/blktap2/drivers/lock-util
> --
> 2.1.4
Ian Jackson Feb. 23, 2017, 12:25 p.m. UTC | #2
Paul Durrant writes ("RE: [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore"):
> Oops, yes, I missed that.
> 
> Reviewed-by: Paul Durrant <paul.durrant@citrix.com>

Thanks.

I have put it all together and pushed the qemu-trad and xen.git parts
to the appropriate places.  Please let me know if I have messed up.

Ian.
Paul Durrant Feb. 23, 2017, 12:28 p.m. UTC | #3
> -----Original Message-----
> From: Ian Jackson [mailto:ian.jackson@eu.citrix.com]
> Sent: 23 February 2017 12:25
> To: Paul Durrant <Paul.Durrant@citrix.com>
> Cc: xen-devel@lists.xensource.com
> Subject: RE: [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore
> 
> Paul Durrant writes ("RE: [PATCH] tools/libxendevicemodel: Add headers.chk
> to .gitignore"):
> > Oops, yes, I missed that.
> >
> > Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
> 
> Thanks.
> 
> I have put it all together and pushed the qemu-trad and xen.git parts
> to the appropriate places.  Please let me know if I have messed up.
> 

OK, I will pull staging and test it immediately.

Thanks :-)

  Paul

> Ian.
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index c8d56d1..7182fe8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -99,6 +99,7 @@  tools/libs/evtchn/headers.chk
 tools/libs/gnttab/headers.chk
 tools/libs/call/headers.chk
 tools/libs/foreignmemory/headers.chk
+tools/libs/devicemodel/headers.chk
 tools/blktap2/daemon/blktapctrl
 tools/blktap2/drivers/img2qcow
 tools/blktap2/drivers/lock-util