When using \.* for a match, flake8 tests all files in .venv on my
machine. Replacing this match with ./.* fixes the issue.
Change-Id: If5617daad95e8b33888b672e36f38ade07d7cb89
show-source = true
builtins = _
# TODO(dougw) neutron/tests/unit/vmware exclusion is a temporary services split hack
-exclude = \.*,build,dist,neutron/openstack/common/*,neutron/tests/unit/vmware*
+exclude = ./.*,build,dist,neutron/openstack/common/*,neutron/tests/unit/vmware*
[testenv:pylint]
deps =