[alsa-devel] [PATCH] Add *.swp to .gitignore.

Takashi Iwai tiwai at suse.de
Fri Aug 10 14:25:53 CEST 2012


At Fri, 10 Aug 2012 13:24:44 +0300,
Tanu Kaskinen wrote:
> 
> These are vim swap files.
> 
> Signed-off-by: Tanu Kaskinen <tanu.kaskinen at 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
> 


More information about the Alsa-devel mailing list