diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f214739 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,16 @@ +[submodule "OpenPLC_version_2/hardware"] + path = OpenPLC_version_2/hardware + url = https://github.com/FOSSEE/openplc_v2.git + branch = master +[submodule "OpenPLC_modules/hardware"] + path = OpenPLC_modules/hardware + url = https://github.com/FOSSEE/openplc_modules.git + branch = master +[submodule "OpenPLC_version_1/software/ldmicro_qt"] + path = OpenPLC_version_1/software/ldmicro_qt + url = https://github.com/FOSSEE/LDmicroQt.git + branch = master +[submodule "OpenPLC_version_1/software/ldmicro_gtk"] + path = OpenPLC_version_1/software/ldmicro_gtk + url = https://github.com/FOSSEE/LDMicroGtk.git + branch = master |