diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-05-04 00:39:50 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-05-04 20:51:03 +0800 |
commit | e178b0a2876092546a85d2bd2df169184f551361 (patch) | |
tree | b188047858e847b8aa161cbf3b81bfb7c6753851 /.gitignore | |
parent | 0bca017dfb187bfc5424cd73cde43c9dfbbbc175 (diff) | |
download | gitlab-ce-e178b0a2876092546a85d2bd2df169184f551361.tar.gz |
Ignore knapsack and rspec_flaky
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e1561c9db9a..c7d1648615d 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,8 @@ eslint-report.html /shared/* /.gitlab_workhorse_secret /webpack-report/ +/knapsack/ +/rspec_flaky/ /locale/**/LC_MESSAGES /locale/**/*.time_stamp /.rspec |