diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-01-08 13:22:45 -0800 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-01-08 13:22:45 -0800 |
commit | 5a0031d962402221b580df270e8802b71d5ea1f0 (patch) | |
tree | c57c56e8115c04e14f40ecad2b83c2d8f0f99fcf /omnibus/.gitignore | |
parent | c9d7e017de225db3e8b8610dc7e2f41242dbe730 (diff) | |
parent | 286c306edfb9c5b90a6c1f382defb9efd1580e96 (diff) | |
download | chef-5a0031d962402221b580df270e8802b71d5ea1f0.tar.gz |
Import all of omnibus-chef under the omnibus directory
Diffstat (limited to 'omnibus/.gitignore')
-rw-r--r-- | omnibus/.gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/omnibus/.gitignore b/omnibus/.gitignore new file mode 100644 index 0000000000..b7a3079d95 --- /dev/null +++ b/omnibus/.gitignore @@ -0,0 +1,15 @@ +*.gem +.bundle +vendor/bundle +pkg/* +.vagrant +.kitchen +.kitchen.local.yml +bin/* +files/chef-server-cookbooks/cache/ +files/msi/ChefClient-Config.wxi +cookbooks +vendor/cookbooks +build_timestamp +ldd.out +jenkins/chef-solo |