OSDN Git Service

add chef_util::librarian-chef and spiceweasel recipes.
[metasearch/grid-chef-repo.git] / .gitignore
1 .rake_test_cache
2
3 ###
4 # Ignore Chef key files and secrets
5 ###
6 .chef/*.pem
7 .chef/encrypted_data_bag_secret
8
9 .chef/knife.rb
10 .berkshelf/config.json
11 cookbooks/dsh/files/default/rpms/*.rpm
12
13 # Berkshelf
14 .vagrant
15 Berksfile.lock
16 *~
17 *#
18 .#*
19 \#*#
20 .*.sw[a-z]
21 *.un~
22 /vendor/cookbooks
23 #/cookbooks
24
25 # Bundler
26 Gemfile.lock
27 bin/*
28 .bundle/*
29