From 5d05c20c9d391cd6086e5071b61ccdb2c076a73f Mon Sep 17 00:00:00 2001
From: Ari Johnson <ari@theari.com>
Date: Sat, 23 Apr 2011 14:35:59 -0400
Subject: [PATCH] Update .gitignore to leave out reboot.db and PANIC.db

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 1d43aaa..74d2e89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ game/alias.cnf
 game/names.cnf
 game/restrict.cnf
 game/core
+game/reboot.db
 game/data/chunkswap
 game/data/flagdb
 game/data/flagdb.*
@@ -32,6 +33,7 @@ game/data/maildb
 game/data/maildb.*
 game/data/outdb
 game/data/outdb.*
+game/data/PANIC.db
 game/log/*.log
 game/txt/compose.sh
 game/txt/events.txt
-- 
2.30.2