From 2c9ffd47391b8dec98db94bef9b2f5c14a57cf94 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 7 Oct 2020 10:46:10 +1100 Subject: CLI: update subcommands to use return instead of exit() (#10323) --- lib/python/qmk/tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/python/qmk/tests/.gitignore (limited to 'lib/python/qmk/tests/.gitignore') diff --git a/lib/python/qmk/tests/.gitignore b/lib/python/qmk/tests/.gitignore new file mode 100644 index 0000000000..eeb6581b87 --- /dev/null +++ b/lib/python/qmk/tests/.gitignore @@ -0,0 +1,2 @@ +# Ignore generated info.json from pytest +info.json -- cgit v1.2.3