All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: Add vim swap files
@ 2013-05-09 14:05 Julien Grall
  2013-05-09 16:01 ` Andrew Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Grall @ 2013-05-09 14:05 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, Julien Grall, Ian.Jackson, patches

From: Julien Grall <julien.grall@citrix.com>

Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
 .gitignore |    1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 6753368..960c29e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 *.orig
 *.rej
 *~
+*.swp
 *.o
 *.d
 *.opic
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] .gitignore: Add vim swap files
  2013-05-09 14:05 [PATCH] .gitignore: Add vim swap files Julien Grall
@ 2013-05-09 16:01 ` Andrew Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cooper @ 2013-05-09 16:01 UTC (permalink / raw)
  To: Julien Grall
  Cc: Julien Grall, xen-devel@lists.xensource.com, Ian Jackson,
	patches@linaro.org

On 09/05/13 15:05, Julien Grall wrote:
> From: Julien Grall <julien.grall@citrix.com>
>
> Signed-off-by: Julien Grall <julien.grall@linaro.org>

Please patch .hgignore as well, as the repos are automagically synced.

~Andrew

> ---
>  .gitignore |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 6753368..960c29e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -2,6 +2,7 @@
>  *.orig
>  *.rej
>  *~
> +*.swp
>  *.o
>  *.d
>  *.opic

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-09 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 14:05 [PATCH] .gitignore: Add vim swap files Julien Grall
2013-05-09 16:01 ` Andrew Cooper

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.