* [PATCH] gitingore: ignore extras/mini-os*
@ 2015-10-06 16:44 Wei Liu
2015-10-07 11:50 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: Wei Liu @ 2015-10-06 16:44 UTC (permalink / raw)
To: xen-devel; +Cc: keir, ian.campbell, tim, ian.jackson, jbeulich, Wei Liu
The original pattern doesn't handle mini-os-dir-remote.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
.gitignore | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 9ead7c4..91e1430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,8 +46,7 @@ docs/man5/
docs/man8/
docs/pdf/
docs/txt/
-extras/mini-os
-extras/mini-os-remote
+extras/mini-os*
install/*
stubdom/autom4te.cache/
stubdom/binutils-*
--
2.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gitingore: ignore extras/mini-os*
2015-10-06 16:44 [PATCH] gitingore: ignore extras/mini-os* Wei Liu
@ 2015-10-07 11:50 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2015-10-07 11:50 UTC (permalink / raw)
To: Wei Liu, xen-devel; +Cc: keir, ian.jackson, jbeulich, tim
On Tue, 2015-10-06 at 17:44 +0100, Wei Liu wrote:
> The original pattern doesn't handle mini-os-dir-remote.
>
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked + applied, fixing your typo in the subject.
> ---
> .gitignore | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 9ead7c4..91e1430 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -46,8 +46,7 @@ docs/man5/
> docs/man8/
> docs/pdf/
> docs/txt/
> -extras/mini-os
> -extras/mini-os-remote
> +extras/mini-os*
> install/*
> stubdom/autom4te.cache/
> stubdom/binutils-*
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-07 11:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 16:44 [PATCH] gitingore: ignore extras/mini-os* Wei Liu
2015-10-07 11:50 ` Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).