At 2015-05-19 20:15:04 -0400, Yclept Nemo wrote:
> From cb25f9f21c6d8e7a48ec112d7fcd0f1ba377b7f9 Mon Sep 17 00:00:00 2001
> From: Yclept Nemo <pscjtwjdjtAhnbjm/dpn>
> Date: Tue, 19 May 2015 20:11:43 -0400
> Subject: [PATCH 1/2] Git: ignore vim's swap files
> 
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index ba6d3b3..2455212 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -7,6 +7,7 @@
>  *.o
>  *.exe
> 
> +.*.swp
>  *~

This (and the stuff around it too, in my opinion), should really be in 
your global gitignore file rather than here. It's not to do with MPD, 
it's to do with your environment. I use vim too, but not everyone 
does.

See core.excludesfile in `man git-config`.
_______________________________________________
mpd-devel mailing list
mpd-devel@musicpd.org
http://mailman.blarg.de/listinfo/mpd-devel

Reply via email to