From 87126a15c28bc4d90e8517c07afd029d919615b8 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Sun, 3 Mar 2013 14:55:34 -0500 Subject: [PATCH] Revise robots.txt and add .htaccess to gitignore Because we hate bots that kill our web server. Signed-off-by: Ben Shum --- .gitignore | 2 +- robots.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec5f705..594d636 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ irc_logs/ meetings/ piwik/ webalizer - +.htaccess diff --git a/robots.txt b/robots.txt index 0d79b2f..8304288 100755 --- a/robots.txt +++ b/robots.txt @@ -2,3 +2,6 @@ User-agent: * Disallow: /bugzilla/ Disallow: /dev/ Disallow: /cgi-bin/bugzilla/ + +User-agent: Ezooms +Disallow: / -- 2.11.0