ignored config.mk

This commit is contained in:
Maxim Devaev 2021-10-16 00:51:44 +03:00
parent 3ea4f806c8
commit a97c92ec7a
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
/build/
/dist/
/kvmd.egg-info/
/config.mk
/testenv/.tox/
/testenv/.mypy_cache/
/testenv/.coverage

View File

@ -1,5 +1,4 @@
-include config.mk
-include testenv/config.mk
TESTENV_IMAGE ?= kvmd-testenv
TESTENV_HID ?= /dev/ttyS10

View File

@ -1 +0,0 @@
TESTENV_GPIO=/dev/gpiochip1