From a3b3f45c18c32c62c0f340ea31c67ea6360aae68 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 16 Oct 2010 04:10:37 +0000 Subject: [PATCH] Add an empty robots.txt, mostly just to reduce errors in HTTP log. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116658 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 www/robots.txt diff --git a/www/robots.txt b/www/robots.txt new file mode 100644 index 0000000000..9e60f970fb --- /dev/null +++ b/www/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: -- 2.40.0