diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-03 12:50:41 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-03 12:50:41 -0800 |
commit | 7af0e7ab8159808ca77348c7fb724e0400a2ce38 (patch) | |
tree | cffaac934671aaf656c5055eac4fc50b0c582a8d /.gitignore | |
parent | 209a9cc2f3eaa1c2046bae485d69d52f4e11399e (diff) | |
download | chef-7af0e7ab8159808ca77348c7fb724e0400a2ce38.tar.gz |
remove Gemfile.lock from omnibus
CI/CD - let it float, fix it when it breaks
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3a15888ded..ddd269bd56 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ tags # This also matches Berksfile.lock external_tests/*.lock acceptance/Gemfile.lock +omnibus/Gemfile.lock /*.lock /Gemfile.local |