diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | .vscode/c_cpp_properties.json | 18 | ||||
m--------- | ctl-utilities | 0 |
3 files changed, 0 insertions, 21 deletions
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 -Subproject d0563706f01f9da67de39a30e6eeb324cc25652 |