All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add *.swp to .gitignore.
@ 2012-08-10 10:24 Tanu Kaskinen
  2012-08-10 12:25 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Tanu Kaskinen @ 2012-08-10 10:24 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai, Tanu Kaskinen

These are vim swap files.

Signed-off-by: Tanu Kaskinen <tanu.kaskinen@digia.com>
---
 .gitignore |    1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 64d0bc6..7f1827e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@ ltconfig
 *.pc
 *.o
 *~
+*.swp
 include/config.h
 include/stamp-h1
 include/stamp-vh
-- 
1.7.9.5

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

* Re: [PATCH] Add *.swp to .gitignore.
  2012-08-10 10:24 [PATCH] Add *.swp to .gitignore Tanu Kaskinen
@ 2012-08-10 12:25 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2012-08-10 12:25 UTC (permalink / raw)
  To: Tanu Kaskinen; +Cc: alsa-devel

At Fri, 10 Aug 2012 13:24:44 +0300,
Tanu Kaskinen wrote:
> 
> These are vim swap files.
> 
> Signed-off-by: Tanu Kaskinen <tanu.kaskinen@digia.com>

IMO it's better to ignore ".*" files in general.
This will match not only with vim's swap file but also other temporary
files for libtool, etc.  I'll fix in git tree.


thanks,

Takashi

> ---
>  .gitignore |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 64d0bc6..7f1827e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -27,6 +27,7 @@ ltconfig
>  *.pc
>  *.o
>  *~
> +*.swp
>  include/config.h
>  include/stamp-h1
>  include/stamp-vh
> -- 
> 1.7.9.5
> 

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

end of thread, other threads:[~2012-08-10 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-10 10:24 [PATCH] Add *.swp to .gitignore Tanu Kaskinen
2012-08-10 12:25 ` Takashi Iwai

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.