Get rid of .vscode/settings.json
This commit is contained in:
parent
94afdc2cf4
commit
a397ccc8c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ tmp/
|
|||||||
html/*.c
|
html/*.c
|
||||||
/camera-streamer
|
/camera-streamer
|
||||||
/test_*
|
/test_*
|
||||||
|
.vscode/settings.json
|
||||||
|
85
.vscode/settings.json
vendored
85
.vscode/settings.json
vendored
@ -1,85 +0,0 @@
|
|||||||
{
|
|
||||||
"files.exclude": {
|
|
||||||
"**/*.d": true,
|
|
||||||
"**/*.o": true
|
|
||||||
},
|
|
||||||
"files.associations": {
|
|
||||||
"*.vue": "javascript",
|
|
||||||
"array": "cpp",
|
|
||||||
"*.tcc": "cpp",
|
|
||||||
"istream": "cpp",
|
|
||||||
"ranges": "cpp",
|
|
||||||
"tuple": "cpp",
|
|
||||||
"utility": "cpp",
|
|
||||||
"cstdlib": "cpp",
|
|
||||||
"atomic": "cpp",
|
|
||||||
"bit": "cpp",
|
|
||||||
"cctype": "cpp",
|
|
||||||
"chrono": "cpp",
|
|
||||||
"clocale": "cpp",
|
|
||||||
"cmath": "cpp",
|
|
||||||
"codecvt": "cpp",
|
|
||||||
"compare": "cpp",
|
|
||||||
"concepts": "cpp",
|
|
||||||
"condition_variable": "cpp",
|
|
||||||
"cstdarg": "cpp",
|
|
||||||
"cstddef": "cpp",
|
|
||||||
"cstdint": "cpp",
|
|
||||||
"cstdio": "cpp",
|
|
||||||
"cstring": "cpp",
|
|
||||||
"ctime": "cpp",
|
|
||||||
"cwchar": "cpp",
|
|
||||||
"cwctype": "cpp",
|
|
||||||
"deque": "cpp",
|
|
||||||
"list": "cpp",
|
|
||||||
"map": "cpp",
|
|
||||||
"set": "cpp",
|
|
||||||
"unordered_map": "cpp",
|
|
||||||
"unordered_set": "cpp",
|
|
||||||
"vector": "cpp",
|
|
||||||
"exception": "cpp",
|
|
||||||
"algorithm": "cpp",
|
|
||||||
"functional": "cpp",
|
|
||||||
"iterator": "cpp",
|
|
||||||
"memory": "cpp",
|
|
||||||
"memory_resource": "cpp",
|
|
||||||
"numeric": "cpp",
|
|
||||||
"optional": "cpp",
|
|
||||||
"random": "cpp",
|
|
||||||
"ratio": "cpp",
|
|
||||||
"string": "cpp",
|
|
||||||
"string_view": "cpp",
|
|
||||||
"system_error": "cpp",
|
|
||||||
"type_traits": "cpp",
|
|
||||||
"initializer_list": "cpp",
|
|
||||||
"iomanip": "cpp",
|
|
||||||
"iosfwd": "cpp",
|
|
||||||
"limits": "cpp",
|
|
||||||
"mutex": "cpp",
|
|
||||||
"new": "cpp",
|
|
||||||
"ostream": "cpp",
|
|
||||||
"sstream": "cpp",
|
|
||||||
"stdexcept": "cpp",
|
|
||||||
"stop_token": "cpp",
|
|
||||||
"streambuf": "cpp",
|
|
||||||
"thread": "cpp",
|
|
||||||
"cinttypes": "cpp",
|
|
||||||
"typeinfo": "cpp",
|
|
||||||
"fourcc.h": "c",
|
|
||||||
"device.h": "c",
|
|
||||||
"log.h": "c",
|
|
||||||
"buffer_list.h": "c",
|
|
||||||
"buffer.h": "c",
|
|
||||||
"stdbool.h": "c",
|
|
||||||
"v4l2.h": "c",
|
|
||||||
"stdlib.h": "c",
|
|
||||||
"stdint.h": "c",
|
|
||||||
"videodev2.h": "c",
|
|
||||||
"opts.h": "c",
|
|
||||||
"ioctl.h": "c",
|
|
||||||
"syscall.h": "c",
|
|
||||||
"unistd.h": "c",
|
|
||||||
"rtsp.h": "c",
|
|
||||||
"http.h": "c"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user