From 06e77173ecfdec88bd132b96a0aaaf765bd8e7f2 Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Fri, 20 Dec 2013 11:04:39 -0600 Subject: [PATCH] ignore .cookbooks direcotry for testing Change-Id: Idb29ca8927ebe6fe56b9308146575c6129cbd2fa --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f853c14..52cdcbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .bundle/ +.cookbooks/ .kitchen