Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousSamV committed Jan 31, 2017
1 parent c266514 commit 8f9abb1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ compile_commands.json
CTestTestfile.cmake

# End of https://www.gitignore.io/api/c++,cmake

### VSCode
.vscode
26 changes: 25 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"window.showFullPath": true,
"files.associations": {
"*h*h*harray": "cpp",
"array": "cpp"
"array": "cpp",
"cstdlib": "cpp",
"*h*h*h*h*h*h*h*hcstddef": "cpp",
"cstddef": "cpp",
"exception": "cpp",
"cwchar": "cpp",
"cctype": "cpp",
"utility": "cpp",
"*h*hcwctype": "cpp",
"clocale": "cpp",
"initializer_list": "cpp",
"*htype_traits": "cpp",
"cwctype": "cpp",
"*hppcmath": "cpp",
"memory_resource": "cpp",
"*h*hpprandom": "cpp",
"new": "cpp",
"*h*h*hpp*hpp*hpp*hpp*hpp*hpp*hpp*hpptypeinfo": "cpp",
"*h*hpp*hpp*hpp*hpp*hppctime": "cpp",
"ctime": "cpp",
"cstring": "cpp",
"*hpp*hpp*hpp*hpp*hpp*hpp*hpp*hpp*hpp*h*hpp*hpp*hpp*hpp*hpp*ipp*ipp*ipp*ipp*ipp*ipp*ipp*hpp*hppcstdio": "cpp",
"*hpp*hpp*hpp*hppcstdint": "cpp",
"csignal": "cpp",
"*hpp*hpp*hpp*hppcstdarg": "cpp"
}
}

0 comments on commit 8f9abb1

Please sign in to comment.