Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery.common.cpp
/
Microservice
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
40edd14f
authored
Jun 18, 2018
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
more files to ignore
parent
fdfad246
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
.gitignore
.vscode/c_cpp_properties.json
.gitignore
View file @
40edd14f
...
...
@@ -37,8 +37,15 @@ build
bin
lib
tmp
cmake-build-debug
_CPack_Packages
CMakeFiles
CMakeCache.txt
cmake_install.cmake
install_manifest.txt
dist
\ No newline at end of file
dist
*.cmake
GPATH
GTAGS
GSYMS
GRTAGS
.vscode/c_cpp_properties.json
View file @
40edd14f
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment