Commit 40edd14f by Amir Aharon

more files to ignore

parent fdfad246
Showing with 20 additions and 4 deletions
......@@ -37,8 +37,15 @@ build
bin
lib
tmp
cmake-build-debug
_CPack_Packages
CMakeFiles
CMakeCache.txt
cmake_install.cmake
install_manifest.txt
dist
*.cmake
GPATH
GTAGS
GSYMS
GRTAGS
......@@ -21,7 +21,10 @@
"macFrameworkPath": [
"/System/Library/Frameworks",
"/Library/Frameworks"
]
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17"
},
{
"name": "Linux",
......@@ -59,7 +62,9 @@
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
},
"cStandard": "c11",
"cppStandard": "c++17"
},
{
"name": "Win32",
......@@ -79,8 +84,11 @@
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
},
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 3
"version": 4
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment