diff options
author | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-01-25 07:35:14 +0530 |
---|---|---|
committer | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-01-25 07:35:14 +0530 |
commit | 516eea305d0c788d5b35d614955a242e8e6681a6 (patch) | |
tree | 9cb00c4087b954b8cc84392dcaab99d0766318e4 /.gitignore | |
parent | 9a94ad702f8456f0e934b59264c04ffe3a6a87cc (diff) | |
download | chef-516eea305d0c788d5b35d614955a242e8e6681a6.tar.gz |
ignore byebug command history file
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to '.gitignore')
-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 |