From 7f32103afb64a0881e3924d8021e72eaa118f618 Mon Sep 17 00:00:00 2001 From: blooper05 Date: Tue, 26 Apr 2022 01:40:07 +0900 Subject: [PATCH] Ruby: ignore more command history files --- Ruby.gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Ruby.gitignore b/Ruby.gitignore index e3200e0f..985e4f89 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -13,8 +13,11 @@ # Used by dotenv library to load environment variables. # .env -# Ignore Byebug command history file. -.byebug_history +# Ignore command history files. +.byebug_history # Byebug +.rdbg_history # debug.rb +.irb_history # IRB +.pry_history # Pry ## Specific to RubyMotion: .dat*