diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-06-29 14:31:50 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-06-30 14:52:27 +0200 |
commit | adc00877adff3a3b351cf4310948ec71b6a161dc (patch) | |
tree | b444a152f2f14cd1eea0dd4444012ae0de2004ea /.gitignore | |
parent | 81dba76b9d7d120cd22e3619a4058bd4885be9bc (diff) | |
download | gitlab-ce-adc00877adff3a3b351cf4310948ec71b6a161dc.tar.gz |
Allow developers to have custom rspec output settings
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e529e33530a..0d6194dd1e5 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ eslint-report.html /.gitlab_workhorse_secret /webpack-report/ /locale/**/LC_MESSAGES +/.rspec |