Francois Gouget : winetest: Disable indexing of the WineTest website.
Module: tools Branch: master Commit: 847a480e9d9597407ac33c27cf65505a8d688163 URL: https://source.winehq.org/git/tools.git/?a=commit;h=847a480e9d9597407ac33c27... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Sun Nov 3 00:44:22 2019 +0100 winetest: Disable indexing of the WineTest website. All the data on the website is transient in nature and not worth indexing. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- winetest/robots.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winetest/robots.txt b/winetest/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/winetest/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /
participants (1)
-
Alexandre Julliard