summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 82b8f311cc7a9cbb523925f7b7968cceaf91e4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.autotest
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

*/tags
*~

# you should check in your Gemfile.lock in applications, and not in gems
Gemfile.lock

# 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

# ignore some common Bundler 'binstubs' directory names
# http://gembundler.com/man/bundle-exec.1.html
b/
binstubs/

# RVM and RBENV ruby version files
.rbenv-version
.rvmrc