$ 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.
Also, other paths suggested by Amos are added to the ignore list. Signed-off-by: Amos Kong <[email protected]> Signed-off-by: Cleber Rosa <[email protected]> --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fb101ef..d434901 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,7 @@ logs/* server/tmp tko/parsers/test/site_scenarios ExternalSource +results/* +site-packages/ +frontend/client/gwt-unitCache/ +frontend/client/www/ -- 1.7.10.4 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
