diff options
author | Tim Smith <tsmith@chef.io> | 2020-01-24 18:20:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 18:20:12 -0800 |
commit | 0490d07bd5816e0eb1acf6ff5075f7d8395527ea (patch) | |
tree | 9cb00c4087b954b8cc84392dcaab99d0766318e4 | |
parent | 9a94ad702f8456f0e934b59264c04ffe3a6a87cc (diff) | |
parent | 516eea305d0c788d5b35d614955a242e8e6681a6 (diff) | |
download | chef-0490d07bd5816e0eb1acf6ff5075f7d8395527ea.tar.gz |
Merge pull request #9276 from MsysTechnologiesllc/VSingh/gitignore-byebug-histroy
[minor] ignore byebug command history file
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7435401e97..a72dd9f33b 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,6 @@ ext/win32-eventlog/chef-log.man # tool logs ext/win32-eventlog/mkmf.log + +# ignore byebug command history file. +.byebug_history |