diff mbox

.gitignore: Add vim swap files

Message ID 1368108305-15236-1-git-send-email-julien.grall@linaro.org
State Changes Requested, archived
Headers show

Commit Message

Julien Grall May 9, 2013, 2:05 p.m. UTC
From: Julien Grall <julien.grall@citrix.com>

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

Comments

Andrew Cooper May 9, 2013, 4:01 p.m. UTC | #1
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
diff mbox

Patch

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