On Mon, 2015-11-23 at 17:35 +0100, Samuel Thibault wrote:
> Ian Campbell, on Mon 23 Nov 2015 16:34:31 +, wrote:
> > Signed-off-by: Ian Campbell
>
> Acked-by: Samuel Thibault
Thanks, applied along with a corresponding update to
xen.git's MINIOS_UPSTREAM_REVISION.
Ian.
_
Signed-off-by: Ian Campbell
---
.gitignore | 6 ++
1 file changed, 6 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..1c655a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*~
+*.o
+*.a
+include/list.h
+mini-os
+mini-os.gz
Ian Campbell, on Mon 23 Nov 2015 16:34:31 +, wrote:
> Signed-off-by: Ian Campbell
Acked-by: Samuel Thibault
> ---
> .gitignore | 6 ++
> 1 file changed, 6 insertions(+)
> create mode 100644 .gitignore
>
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 000..1c