From 956e540fed2f9312e46749ef6c91753f3b2e4e39 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 16 Oct 2016 17:02:38 -0400 Subject: [PATCH] Fix up the ignores a bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6d38e65..b41f515 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.pyc /rtmbot.conf /build/** -*.log +*.log* env .tox *.un~ @@ -15,3 +15,5 @@ hearts.json # Persistence for the cookie plugin. pins.*.json lore.json +# Persistence for the bomb plugin. +bomb.*.json