From 0af405931884c3fa2cd30c54074e98fa78ea7235 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Fri, 12 Jun 2015 12:15:12 -0400 Subject: Allow user@hostname format for knife-bootstrap. [#3527] * Fix unit test cases. * Ignore temporary spec testing files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1