From 0eb5385cce53655d2b58878179096378168bcc2d Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Thu, 12 May 2016 09:47:31 +0200 Subject: [PATCH] Ignore worktree directory for tests branch --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7d57677..356c294 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ # Vagrant base boxes (you never know when someone puts one in the repository) *.box +# Ignore tests directory +tests