From 13cfffb5c07697009313b62f9ae70aa005aec53f Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 14 Jun 2011 20:44:07 -0400 Subject: [PATCH] making entire config/ folder ignored by git; there's no reason to track this bot-specific information --- .gitignore | 4 ++-- config/main.cfg | 0 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 config/main.cfg diff --git a/.gitignore b/.gitignore index 58121c0..3a07a6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # Ignore python bytecode: *.pyc -# Ignore secure config files: -config/secure.cfg +# Ignore bot-specific config files: +config/ # Ignore pydev's nonsense: .project diff --git a/config/main.cfg b/config/main.cfg deleted file mode 100644 index e69de29..0000000