From d6e16de97c2fbbb7e6e54f4cdaf5a1b4887f68e2 Mon Sep 17 00:00:00 2001 From: "Iwainsky, Christian" <christian.iwainsky@tu-darmstadt.de> Date: Wed, 17 May 2023 01:22:55 +0200 Subject: [PATCH] Delete .gitmodules --- .gitmodules | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 2d37c92..0000000 --- a/.gitmodules +++ /dev/null @@ -1,18 +0,0 @@ -[submodule "tclap"] - path = tclap - url = git://git.code.sf.net/p/tclap/code -[submodule "tinyxml2"] - path = tinyxml2 - url = https://github.com/leethomason/tinyxml2.git -[submodule "mysql-connector-cpp"] - path = mysql-connector-cpp - url = https://github.com/mysql/mysql-connector-cpp.git -[submodule "date"] - path = date - url = https://github.com/HowardHinnant/date -[submodule "matplotlibcpp17"] - path = matplotlibcpp17 - url = git@git.rwth-aachen.de:hkhlr/matplotlibcpp17.git -[submodule "pybind11"] - path = pybind11 - url = https://github.com/pybind/pybind11.git -- GitLab