All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Julien Grall <julien.grall@linaro.org>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	"patches@linaro.org" <patches@linaro.org>
Subject: Re: [PATCH V2] .gitignore: Add vim swap files
Date: Thu, 9 May 2013 17:24:42 +0100	[thread overview]
Message-ID: <518BCDCA.7030902@citrix.com> (raw)
In-Reply-To: <1368116223-31218-1-git-send-email-julien.grall@linaro.org>

On 09/05/13 17:17, Julien Grall wrote:
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
>
> Changes in v2:
>     - update .hgignore

Much appreciated.

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>

> ---
>  .gitignore |    1 +
>  .hgignore  |    1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 6753368..960c29e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -2,6 +2,7 @@
>  *.orig
>  *.rej
>  *~
> +*.swp
>  *.o
>  *.d
>  *.opic
> diff --git a/.hgignore b/.hgignore
> index 6b432f7..4bd24fc 100644
> --- a/.hgignore
> +++ b/.hgignore
> @@ -11,6 +11,7 @@
>  .*\.tar\.bz2$
>  .*\.tar\.gz$
>  .*~$
> +.swp$
>  .*\.tmp$
>  .*\.flc$
>  .*\.orig$

  reply	other threads:[~2013-05-09 16:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-09 16:17 [PATCH V2] .gitignore: Add vim swap files Julien Grall
2013-05-09 16:24 ` Andrew Cooper [this message]
2013-05-10 18:09   ` Ian Jackson
2013-05-10 18:12     ` Ian Campbell
2013-05-10 18:43       ` Ian Jackson
2013-05-10 18:15     ` Andrew Cooper
2013-05-10 18:21       ` Ian Campbell
2013-05-10 13:04 ` Ian Campbell
2013-05-10 13:14   ` Ian Campbell
2013-05-10 13:33     ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=518BCDCA.7030902@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=julien.grall@linaro.org \
    --cc=patches@linaro.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.