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
This commit is contained in:
Kyle L. Henderson 2016-10-14 16:01:18 -05:00
parent 5038acc390
commit 2f68a18908

5
.gitignore vendored
View File

@ -61,9 +61,8 @@ ChangeLog
releasenotes/build
# Test temp files
tests/plugins
tests/playbooks
tests/test.retry
tests/*.retry
tests/common
# Vagrant artifacts
.vagrant