diff options
author | Patrick Connolly <patrick.c.connolly@gmail.com> | 2015-06-12 12:15:12 -0400 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-10-24 17:54:55 -0700 |
commit | 0af405931884c3fa2cd30c54074e98fa78ea7235 (patch) | |
tree | f9ecd686862ce83dc26f3f21253858a38144aa3b /.gitignore | |
parent | fa18670d7f97a83726ac45fb451271e7f070d574 (diff) | |
download | chef-0af405931884c3fa2cd30c54074e98fa78ea7235.tar.gz |
Allow user@hostname format for knife-bootstrap. [#3527]
* Fix unit test cases.
* Ignore temporary spec testing files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 39962d2f5f..953f58919f 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ Vagrantfile # Kitchen Tests Local Mode Data kitchen-tests/nodes/* + +# Temporary files present during spec runs +spec/data/test-dir |