diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-05-27 13:00:08 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-06-03 12:22:11 -0700 |
commit | c63d4bad1b92630ebc6087714b211b7ffd548e6a (patch) | |
tree | 75734f2344685e84edf1072d8fb67c3649041135 /.gitignore | |
parent | c453db96d8c470b6b0e739b32aa01727c2f787f6 (diff) | |
download | chef-c63d4bad1b92630ebc6087714b211b7ffd548e6a.tar.gz |
fix solr startup and features knife config
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5d7ba78c01..b87bf5d512 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ features/data/cookbooks/**/metadata.json features/data/solr/** erl_crash.dump *.rake_tasks~ -.idea
\ No newline at end of file +.idea +features/data/repo/checksums/ |