diff options
author | Seth Chisamore <schisamo@opscode.com> | 2012-10-30 10:39:35 -0400 |
---|---|---|
committer | Seth Chisamore <schisamo@opscode.com> | 2012-10-30 10:39:35 -0400 |
commit | 24dc69a9a97e82a6e4207de68d6dcc664178249b (patch) | |
tree | 19bb289c9f88b4bbab066bc56b95d6d222fd5c35 /.gitignore | |
parent | 9348c1c9c80ee757354d624b7dc1b78ebc7605c4 (diff) | |
download | chef-24dc69a9a97e82a6e4207de68d6dcc664178249b.tar.gz |
[OC-3564] move core Chef to the repo root \o/ \m/
The opscode/chef repository now only contains the core Chef library code
used by chef-client, knife and chef-solo!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore index 82b8f311cc..3b7e1a9f64 100644 --- a/.gitignore +++ b/.gitignore @@ -2,43 +2,13 @@ coverage doc .DS_Store -packages/chef-server/db -examples/search_index -examples/store -examples/openid-cstore -examples/openid-db -chef/pkg -chef-server/pkg -chef-server-webui/pkg -chef-server-api/pkg -chef-expander/pkg -chef/log -chef/rdoc -chef-server/log -log -couchdb.stderr -couchdb.stdout -features/data/tmp/** -*.swp -*.swo -features/data/cookbooks/**/metadata.json -features/data/solr/** -erl_crash.dump -*.rake_tasks~ -.idea -features/data/repo/checksums/ -*.rbc -chef-expander/conf/chef-expander.rb -chef-expander/spec/fixtures/expander.log -features/data/cookbooks/transfer_remote_files/metadata.json -features/data/cookbooks/synchronize_deps/metadata.json -features/data/cookbooks_not_uploaded_at_feature_start/*/metadata.json - +pkg */tags *~ # you should check in your Gemfile.lock in applications, and not in gems Gemfile.lock +Gemfile.local # Do not check in the .bundle directory, or any of the files inside it. Those files are specific to each particular machine, and are used to persist installation options between runs of the bundle install command. .bundle |