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 <cr...@redhat.com> --- .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 Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest