From 279f848b836ce0e6a02599ca1195694277c45be7 Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 27 Apr 2025 19:34:20 +0000 Subject: [PATCH] Remove submodule references and clean up .gitignore entries --- .gitignore | 6 +++++- .gitmodules | 12 ------------ build | 1 - 3 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 .gitmodules delete mode 160000 build diff --git a/.gitignore b/.gitignore index 2baa0a9..7394369 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ +.hdlbuild_deps/ +.working/ +reports/ +output/ .locale/ -.history/ \ No newline at end of file +vhdl_ls.toml \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 3362052..0000000 --- a/.gitmodules +++ /dev/null @@ -1,12 +0,0 @@ -[submodule "libs/AXI-HS-MUX"] - path = libs/AXI-HS-MUX - url = https://git.0xmax42.io/maxp/AXI-HS-MUX.git -[submodule "libs/AXI-HS-Scheduler"] - path = libs/AXI-HS-Scheduler - url = https://git.0xmax42.io/maxp/AXI-HS-Scheduler.git -[submodule "build"] - path = build - url = https://git.0xmax42.io/maxp/Xilinx-ISE-Build.git -[submodule "libs/Pipeline-AXI-Handshake"] - path = libs/Pipeline-AXI-Handshake - url = https://git.0xmax42.io/maxp/Pipeline-AXI-Handshake.git diff --git a/build b/build deleted file mode 160000 index 54949f4..0000000 --- a/build +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 54949f43c0a900256c15d5d964c6b1da95d27473