[pulseaudio-discuss] [PATCH paprefs] .gitignore: add build

Arun Raghavan arun at arunraghavan.net
Mon Jul 23 13:19:18 UTC 2018


On Sat, 21 Jul 2018, at 10:14 PM, Tanu Kaskinen wrote:
> With meson the build directory is always chosen manually, so it can be
> named anything, but in practice "build" is the usual name. Let's add
> that to .gitignore to keep the repository status clean after building.
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index b6ba14d..3aa7349 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -4,6 +4,7 @@ Makefile
>  Makefile.in
>  README
>  aclocal.m4
> +build
>  *.cache
>  compile
>  config.guess
> -- 

Looks good to me. Do you mind me also adding this to PulseAudio?

-- Arun


More information about the pulseaudio-discuss mailing list