From d1e15b85376c156950afd631078448425a4b2969 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Wed, 30 Nov 2016 00:01:54 +0200 Subject: [PATCH] Ignore .byebug_history --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5f66b87..f593750 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /spec/reports/ /tmp/ log/*.log +.byebug_history