Remove submodule references and clean up .gitignore entries

This commit is contained in:
2025-04-27 19:34:20 +00:00
parent 95913a08cf
commit 279f848b83
3 changed files with 5 additions and 14 deletions

6
.gitignore vendored
View File

@@ -1,2 +1,6 @@
.hdlbuild_deps/
.working/
reports/
output/
.locale/
.history/
vhdl_ls.toml

12
.gitmodules vendored
View File

@@ -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

1
build

Submodule build deleted from 54949f43c0