diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-02-05 14:01:19 -0800 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-02-05 14:01:19 -0800 |
commit | f787359c94354fb40cc66c34c3799037ea00ed21 (patch) | |
tree | 709c3dcc2bbe517c02aa3b09344f7ba241ad73c3 /.gitignore | |
parent | cfd2813114829889184e7456ea8b275f0db3a671 (diff) | |
download | chef-f787359c94354fb40cc66c34c3799037ea00ed21.tar.gz |
gitignore zsh rake task completion cache files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 06a2027f53..570423fb2b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ features/data/tmp/** features/data/cookbooks/**/metadata.json features/data/solr/** erl_crash.dump +*.rake_tasks~ |