Ignore tests/config/deps/ for both git and flake8.

Sometimes py.test leave some packages around in tests/config/deps.
Make sure these do not accidentally get pulled into a commit or
cause a local tox run to fail.
pull/1816/head
Jan Harkes 2016-04-12 14:56:14 -04:00 committed by Josh Wright
parent 4aa43bbf7a
commit 0e10f7ced9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ config/custom_components/*
!config/custom_components/hello_world.py
!config/custom_components/mqtt_example.py
tests/config/deps
tests/config/home-assistant.log
# Hide sublime text stuff

View File

@ -5,4 +5,4 @@ universal = 1
testpaths = tests
[flake8]
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps