diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-03-26 18:14:04 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-03-26 18:14:04 +0100 |
| commit | 862a4815045b0065b98b56682a8ef242fc18b6d3 (patch) | |
| tree | 1115e6a9e237fbad1fb289545bd1d1940419c17e /.global.gitignore | |
| parent | ce179249cfbe5026555f947fa6c5360526e10657 (diff) | |
| download | dotfiles-862a4815045b0065b98b56682a8ef242fc18b6d3.tar.gz dotfiles-862a4815045b0065b98b56682a8ef242fc18b6d3.zip | |
git: added byebug's history file into gitignore
Let's ignore globally the .byebug_history file.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.global.gitignore')
| -rw-r--r-- | .global.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |
