From d6641e89e321e972914fd538c405886670ad0e60 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Tue, 24 Oct 2017 23:43:40 +0200 Subject: Removed submodule ctl-utilities --- .gitmodules | 3 --- .vscode/c_cpp_properties.json | 18 ------------------ ctl-utilities | 1 - 3 files changed, 22 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json delete mode 160000 ctl-utilities diff --git a/.gitmodules b/.gitmodules index 4731b4b..cb8ad34 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "afb-utilities"] path = afb-utilities url = https://github.com/iotbzh/afb-utilities.git -[submodule "ctl-utilities"] - path = ctl-utilities - url = git@github.com:fulup-bzh/ctl-utilities diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 5512cb3..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "configurations": [ - { - "name": "null", - "includePath": [], - "defines": [], - "browse": { - "path": [ - "${workspaceRoot}" - ], - "limitSymbolsToIncludedHeaders": true, - "databaseFilename": "" - }, - "intelliSenseMode": "clang-x64" - } - ], - "version": 2 -} \ No newline at end of file diff --git a/ctl-utilities b/ctl-utilities deleted file mode 160000 index d056370..0000000 --- a/ctl-utilities +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d0563706f01f9da67de39a30e6eeb324cc25652d -- cgit 1.2.3-korg