From 6e93787e5905a5452fbacc968a843f33c26d7fda Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Mon, 6 Nov 2023 00:16:24 -0800 Subject: [PATCH] minor update --- .travis.yml | 3 +-- hw/unittest/.gitignore | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 hw/unittest/.gitignore diff --git a/.travis.yml b/.travis.yml index 2759ef15..00dec06d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: cpp -dist: focal +dist: bionic os: linux compiler: gcc -addons: apt: sources: - ubuntu-toolchain-r-test diff --git a/hw/unittest/.gitignore b/hw/unittest/.gitignore new file mode 100644 index 00000000..fff61206 --- /dev/null +++ b/hw/unittest/.gitignore @@ -0,0 +1 @@ +*/obj_dir/* \ No newline at end of file