From 862a4815045b0065b98b56682a8ef242fc18b6d3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 26 Mar 2020 18:14:04 +0100 Subject: git: added byebug's history file into gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's ignore globally the .byebug_history file. Signed-off-by: Miquel Sabaté Solà --- .global.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.global.gitignore b/.global.gitignore index 9656fcb..2f84d31 100644 --- a/.global.gitignore +++ b/.global.gitignore @@ -7,6 +7,7 @@ # Ruby thingies .rbx/ .rake_tasks +.byebug_history # KDE build/ -- cgit v1.2.3