* [PATCH MINI-OS] Add a .gitignore
@ 2015-11-23 16:34 Ian Campbell
2015-11-23 16:35 ` Samuel Thibault
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2015-11-23 16:34 UTC (permalink / raw)
To: samuel.thibault, minios-devel; +Cc: Ian Campbell, xen-devel
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1c655a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*~
+*.o
+*.a
+include/list.h
+mini-os
+mini-os.gz
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH MINI-OS] Add a .gitignore
2015-11-23 16:34 [PATCH MINI-OS] Add a .gitignore Ian Campbell
@ 2015-11-23 16:35 ` Samuel Thibault
2015-11-24 16:50 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Samuel Thibault @ 2015-11-23 16:35 UTC (permalink / raw)
To: Ian Campbell; +Cc: minios-devel, xen-devel
Ian Campbell, on Mon 23 Nov 2015 16:34:31 +0000, wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
> ---
> .gitignore | 6 ++++++
> 1 file changed, 6 insertions(+)
> create mode 100644 .gitignore
>
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..1c655a0
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,6 @@
> +*~
> +*.o
> +*.a
> +include/list.h
> +mini-os
> +mini-os.gz
> --
> 2.1.4
>
--
Samuel
c> [ ] morning [ ] afternoon [ ] evening [ ] night , everyone (choose as applicable)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH MINI-OS] Add a .gitignore
2015-11-23 16:35 ` Samuel Thibault
@ 2015-11-24 16:50 ` Ian Campbell
0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2015-11-24 16:50 UTC (permalink / raw)
To: Samuel Thibault; +Cc: minios-devel, xen-devel
On Mon, 2015-11-23 at 17:35 +0100, Samuel Thibault wrote:
> Ian Campbell, on Mon 23 Nov 2015 16:34:31 +0000, wrote:
> > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
>
> Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Thanks, applied along with a corresponding update to
xen.git's MINIOS_UPSTREAM_REVISION.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-24 16:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-23 16:34 [PATCH MINI-OS] Add a .gitignore Ian Campbell
2015-11-23 16:35 ` Samuel Thibault
2015-11-24 16:50 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.