From 687dc8296b8675aa037af19e8e84b25aecef5364 Mon Sep 17 00:00:00 2001 From: klux2 Date: Tue, 25 Jun 2019 10:40:58 +0200 Subject: [PATCH] modified .gitignore to exclude test file Signed-off-by: klux2 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c3875a0..bcea61f 100644 --- a/.gitignore +++ b/.gitignore @@ -82,4 +82,5 @@ modules.xml *.log config.json -config-devel.json \ No newline at end of file +config-devel.json +bot_test.py \ No newline at end of file