From c8add512f4eaf20acfcf5ec818fc9b5cc8a2076b Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 16 Jun 2011 17:41:43 -0400 Subject: [PATCH] dropping config/ subdirectory in favor of a single config.xml file, located in the bot's root dir, with encrypted passwords instead of a secure.xml file --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a07a6a..868c046 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # Ignore python bytecode: *.pyc -# Ignore bot-specific config files: -config/ +# Ignore bot-specific config file: +config.xml # Ignore pydev's nonsense: .project