Commit 40edd14f by Amir Aharon

more files to ignore

parent fdfad246
Showing with 21 additions and 6 deletions
...@@ -37,8 +37,15 @@ build ...@@ -37,8 +37,15 @@ build
bin bin
lib lib
tmp tmp
cmake-build-debug
_CPack_Packages
CMakeFiles CMakeFiles
CMakeCache.txt CMakeCache.txt
cmake_install.cmake cmake_install.cmake
install_manifest.txt install_manifest.txt
dist dist
\ No newline at end of file *.cmake
GPATH
GTAGS
GSYMS
GRTAGS
...@@ -21,7 +21,10 @@ ...@@ -21,7 +21,10 @@
"macFrameworkPath": [ "macFrameworkPath": [
"/System/Library/Frameworks", "/System/Library/Frameworks",
"/Library/Frameworks" "/Library/Frameworks"
] ],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17"
}, },
{ {
"name": "Linux", "name": "Linux",
...@@ -59,7 +62,9 @@ ...@@ -59,7 +62,9 @@
], ],
"limitSymbolsToIncludedHeaders": true, "limitSymbolsToIncludedHeaders": true,
"databaseFilename": "" "databaseFilename": ""
} },
"cStandard": "c11",
"cppStandard": "c++17"
}, },
{ {
"name": "Win32", "name": "Win32",
...@@ -79,8 +84,11 @@ ...@@ -79,8 +84,11 @@
], ],
"limitSymbolsToIncludedHeaders": true, "limitSymbolsToIncludedHeaders": true,
"databaseFilename": "" "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