diff options
author | Adam Jacob <adam@hjksolutions.com> | 2009-02-22 20:57:52 -0800 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2009-02-22 20:57:52 -0800 |
commit | 3865a6e46f310b36217e1bcb815708a651b23c92 (patch) | |
tree | 56a046e07e2e530e78c39e50a846184637e8295d /.gitignore | |
parent | 12a07314216d6208f5062fad72f76de68305bee3 (diff) | |
download | chef-3865a6e46f310b36217e1bcb815708a651b23c92.tar.gz |
Adding rake tasks to run a dev environment, and run a dev environment specifically for cucumber features to run against
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 86a1f94724..7ade6f67f1 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,8 @@ chef/pkg chef-server/pkg chef/log chef-server/log +log +couchdb.stderr +couchdb.stdout features/data/tmp/** *.swp |