From 8467586fc5546debe7b672fcebbf2b13aa6fa06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 28 Dec 2017 18:46:36 +0000 Subject: Experiment: add some basic bazel support. This only defines targets needed to run test_common through bazel. Adding extra support for pyserial and other dependencies will take some time but would help with building a fully-hermetic test set. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 894b10a..37e0dea 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,8 @@ /MANIFEST /dist/ __pycache__/ +/bazel-bin +/bazel-genfiles +/bazel-glucometerutils +/bazel-out +/bazel-testlogs -- cgit v1.2.3