----- Original Message -----
> On server instalations based on a git repo, a simple
> 
>  $ git status
> 
> Will take a long time if the results directory actually holds lots
> of results. Since it is not controlled by git, ignore it altogether.
> 
> Signed-off-by: Cleber Rosa <[email protected]>


Acked-by: Amos Kong <[email protected]>


I also found those three directories:
#       site-packages/
#       frontend/client/gwt-unitCache/
#       frontend/client/www/



> ---
>  .gitignore |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index fb101ef..5ee7d98 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -24,3 +24,4 @@ logs/*
>  server/tmp
>  tko/parsers/test/site_scenarios
>  ExternalSource
> +results/*
> --
> 1.7.10.4
> 
> _______________________________________________
> Autotest mailing list
> [email protected]
> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
> 
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to