From 83d91f18fae95697f192b0397d6403f330f01384 Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Mon, 3 Jul 2023 10:20:46 +0100 Subject: [PATCH] Updated gitignore to support blocking of html and imp generation --- .gitignore | 6 +++++- nanosoc_tech | 2 +- soctools_flow | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2059d90..b6fa4a6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,8 @@ flist/tmp /system/testcodes/*/*.hex /system/testcodes/*/*.lst /system/testcodes/*/*.o -/system/testcodes/*/*.bin \ No newline at end of file +/system/testcodes/*/*.bin + +# Remove Implementation Files +imp/fpga/* +html \ No newline at end of file diff --git a/nanosoc_tech b/nanosoc_tech index ce3291c..e01816a 160000 --- a/nanosoc_tech +++ b/nanosoc_tech @@ -1 +1 @@ -Subproject commit ce3291cadbe712deb790dc7cb8e09ff4f8ae9187 +Subproject commit e01816afa802bec750030b50d26c57cbb1ead167 diff --git a/soctools_flow b/soctools_flow index 199f730..7dced52 160000 --- a/soctools_flow +++ b/soctools_flow @@ -1 +1 @@ -Subproject commit 199f7300fbb1dc2aa769be1048be52d7e5407b58 +Subproject commit 7dced52032facf8dc1ba0187d4b6fae45de50526 -- GitLab