gitignore c_cpp_properties.json

This commit is contained in:
Angie 2024-05-14 18:18:20 -04:00
parent b94a6cf695
commit c38ce94da7
2 changed files with 1 additions and 16 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# VSCode file settings # VSCode file settings
.vscode/settings.json .vscode/settings.json
.vscode/c_cpp_properties.json
# Input elf and rom files # Input elf and rom files
*.elf *.elf

View file

@ -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
}