[sheepdog] [PATCH] gitignore: ignore temporary files in git

Hitoshi Mitake mitake.hitoshi at gmail.com
Wed May 27 18:39:25 CEST 2015


At Wed, 27 May 2015 20:58:18 +0800,
Yu Yang wrote:
> 
> From: Yu Yang <yuyang at cmss.chinamobile.com>
> 
> Add *.lo *.la *.service to .gitignore to ignore those
> files produced during installation.
> 
> Signed-off-by: Yu Yang <yuyang at cmss.chinamobile.com>
> ---
>  .gitignore |    3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks.
Hitoshi

> 
> diff --git a/.gitignore b/.gitignore
> index 881b40a..8756f8c 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -20,6 +20,9 @@ cscope.*
>  *.gcno
>  *.info
>  *~
> +*.la
> +*.lo
> +*.service
>  
>  #
>  # for GLOBAL
> -- 
> 1.7.9.5
> 
> -- 
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> https://lists.wpkg.org/mailman/listinfo/sheepdog


More information about the sheepdog mailing list