$ 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 <ak...@redhat.com>
Signed-off-by: Cleber Rosa <cr...@redhat.com>
---
 .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
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to