From 0aa6dbaa5997d85f3bb5e39a330bd67fce2da035 Mon Sep 17 00:00:00 2001 From: James Kiesel Date: Mon, 28 Mar 2016 07:27:09 +1300 Subject: [PATCH] Add .byebug_history to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3bdbb95c846..95d44c86f8a 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,9 @@ log/ # Ignore Eclipse .buildpath file /.buildpath +# Ignore byebug history +/.byebug_history + # Ignore RubyMine settings /.idea