From c38ce94da733b57929a0e66dcc3505e0b4cb253d Mon Sep 17 00:00:00 2001 From: Angie Date: Tue, 14 May 2024 18:18:20 -0400 Subject: [PATCH] gitignore c_cpp_properties.json --- .gitignore | 1 + .vscode/c_cpp_properties.json | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.gitignore b/.gitignore index 08f2896..147d789 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # VSCode file settings .vscode/settings.json +.vscode/c_cpp_properties.json # Input elf and rom files *.elf diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 2e8c75f..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "compilerPath": "/usr/bin/clang", - "intelliSenseMode": "linux-clang-x64", - "cStandard": "c17", - "cppStandard": "c++20", - } - ], - "version": 4 -} \ No newline at end of file