mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
bcc98feada
This way changes to omnibus-software or omnibus don't change the builds. This is important for us, but also for cinc. It also makes sure that we're tracking bumps to the omnibus-software in the InSpec changelog so we can build release notes that reflect key dep changes like openssl. We recently added the same thing to Infra Server to better track deps there and we've done this in infra client for many years. Signed-off-by: Tim Smith <tsmith@chef.io>
39 lines
No EOL
609 B
Text
39 lines
No EOL
609 B
Text
*.gem
|
|
*.swp
|
|
.attribute.yml
|
|
.bundle
|
|
.delivery/cli.toml
|
|
.gallery
|
|
.kitchen
|
|
.kitchen.local.yml
|
|
.librarian
|
|
.terraform/
|
|
/.direnv
|
|
/.envrc
|
|
/.ruby-gemset
|
|
/.ruby-version
|
|
/Berksfile.lock
|
|
/Gemfile.local
|
|
Gemfile.lock
|
|
Puppetfile.lock
|
|
contrib/*
|
|
coverage
|
|
examples/**/*.lock
|
|
examples/meta-profile/vendor/
|
|
habitat/VERSION
|
|
habitat/results
|
|
inspec-aws-*.plan
|
|
inspec-azure.plan
|
|
inspec-deprecations-in-cfg.txt
|
|
inspec-deprecations-in-lib.txt
|
|
kitchen.local.yml
|
|
meta-profile-0.2.0.tar.gz
|
|
omnibus/.cache
|
|
omnibus/pkg
|
|
profile-1.0.0.tar.gz
|
|
profile.tar.gz
|
|
results/
|
|
terraform.tfstate*
|
|
terraform.tfstate.backup
|
|
terraform.tfvars
|
|
test/**/*.lock |