From a70536e0f20c8ce03e8a21016e5f27e6e9d87adf Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Fri, 20 Jan 2017 10:56:31 +0100 Subject: [PATCH] Ignore *-test/ directories --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 356c294..2acc17b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,8 @@ # Vagrant base boxes (you never know when someone puts one in the repository) *.box -# Ignore tests directory -tests +# Compiled Python +*.pyc + +# Test directories. These are Git worktrees to separate test branches +*-tests/