Ignore .dat files with credentials in them
diff --git a/.hgignore b/.hgignore
index 3a3f338..c0447dd 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,7 +4,8 @@
 .*.swp
 */.git/*
 .gitignore
-samples/cmdline/*.dat
+samples/buzz/*.dat
+samples/moderator/*.dat
 htmlcov/*
 .coverage
 database.sqlite3