From a397ccc8c2eafbf6d91f1856ae29094793ed7181 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Wed, 31 Aug 2022 10:59:41 +0200 Subject: [PATCH] Get rid of `.vscode/settings.json` --- .gitignore | 1 + .vscode/settings.json | 85 ------------------------------------------- 2 files changed, 1 insertion(+), 85 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 94ef6aa..dca0abd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ tmp/ html/*.c /camera-streamer /test_* +.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 212fb7a..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -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" - } -}