diff --git a/.gitignore b/.gitignore index 201ab6d..6dc5898 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.o *.a +.vscode ctm test \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b3d8c2f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "files.associations": { - "vector": "c", - "memory": "c", - "optional": "c", - "string_view": "c", - "string": "c", - "system_error": "c", - "thread": "c", - "typeindex": "c", - "variant": "c" - } -} \ No newline at end of file