diff --git a/.gitignore b/.gitignore index 950b750..a365565 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ build/ *.d *.log *.tmp -.DS_Store \ No newline at end of file +.DS_Store +*.dSYM +tests/test_linkedlist \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5137304..37494d7 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,8 +2,8 @@ "tasks": [ { "type": "cppbuild", - "label": "C/C++: gcc-14 build active file", - "command": "/usr/bin/gcc-14", + "label": "C/C++: gcc build active file", + "command": "/usr/bin/gcc", "args": [ "-fdiagnostics-color=always", "-g3",