From ab7b65d6a57bf18346ce7280f1608339e7ed6b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Sat, 9 Jul 2016 18:32:48 +0200 Subject: [PATCH] Add the database and key files to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Ĺ abata --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0d20b648..7361038f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ *.pyc +rida.db +server.crt +server.key