diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-09 20:43:54 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-09 20:43:54 +0100 |
commit | 639cad7e3034c895f7f38653b27f1e37e6ee34c2 (patch) | |
tree | 2404e05b73c1b886a4e725f5f1c1a5634379a5d5 /.gitignore | |
parent | 00a19f323bb72f29a048934c69d74bf96fe01767 (diff) | |
download | gitlab-ce-639cad7e3034c895f7f38653b27f1e37e6ee34c2.tar.gz |
Ignore .byebug_historyignore-byebug-history
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1eb785451f4..8f861d76a37 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ .sass-cache/ .secret .vagrant +.byebug_history Vagrantfile backups/* config/aws.yml |