Skip to content
Snippets Groups Projects
Commit cb78737f authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

gitignore

parent a27d465c
No related branches found
No related tags found
1 merge request!29new tag
...@@ -7,3 +7,4 @@ bin/ ...@@ -7,3 +7,4 @@ bin/
lib/ lib/
gnss.found gnss.found
.vscode .vscode
.vscode/c_cpp_properties.json
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/aeroarms/iri-lab/external_libs/wolf/include",
"/usr/local/include/iri-algorithms/wolf/plugin_core",
"/usr/local/include/eigen3",
"/usr/local/include/iri-algorithms"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment