From 2f68a189082193fbee4c87323b81c8302475d8e0 Mon Sep 17 00:00:00 2001
From: "Kyle L. Henderson" <kyleh@us.ibm.com>
Date: Fri, 14 Oct 2016 16:01:18 -0500
Subject: [PATCH] Add tests/common to .gitignore

Running 'tox -e linters' generates files in 'tests/common' which
then triggers git to show them as changed files.

Change-Id: Ie3c992b4fa3ab2a460c3f9a14295280d086f1f27
---
 .gitignore | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 21adf3c5..70fc3b78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,9 +61,8 @@ ChangeLog
 releasenotes/build
 
 # Test temp files
-tests/plugins
-tests/playbooks
-tests/test.retry
+tests/*.retry
+tests/common
 
 # Vagrant artifacts
 .vagrant