fix: gitignore

This commit is contained in:
liuyihui 2022-07-04 23:54:23 +08:00
parent 3ba3a9de84
commit 5b202a33d7
5 changed files with 5 additions and 159 deletions

5
.gitignore vendored
View File

@ -5,3 +5,8 @@
# build cache
build/
2016Q3D/
# config
.vscode
*.code-workspace

View File

@ -1,23 +0,0 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${default}",
"${workspaceFolder}/include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.19041.0",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64",
"configurationProvider": "ms-vscode.cmake-tools",
"compilerPath": "D:/Microsoft/VisualStudio/2022/Community/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/cl.exe"
}
],
"version": 4
}

View File

30
.vscode/tasks.json vendored
View File

@ -1,30 +0,0 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: g++.exe 生成活动文件",
"command": "D:\\Scoop\\apps\\gcc\\current\\bin\\g++.exe",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}\\${fileBasenameNoExtension}.exe",
"-I",
"${fileDirname}\\include\\",
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "调试器生成的任务。"
}
],
"version": "2.0.0"
}

View File

@ -1,106 +0,0 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"Offlinecal201609副本.C": "cpp",
"Offline201609.C": "cpp",
"Offlinecal201609.C": "cpp",
"Trans.C": "cpp",
"Trans1.C": "cpp",
"Trans2.C": "cpp",
"Transcal.C": "cpp",
"Offlinecal201609_Li.C": "cpp",
"Offlinecal201609_d.C": "cpp",
"hadd1.C": "cpp",
"hadd.C": "cpp",
"Filter5.C": "cpp",
"Filter4.C": "cpp",
"Filter3.C": "cpp",
"Filter2.C": "cpp",
"Filter.C": "cpp",
"Er.C": "cpp",
"xstring": "cpp",
"array": "cpp",
"chrono": "cpp",
"compare": "cpp",
"format": "cpp",
"memory": "cpp",
"ratio": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"xmemory": "cpp",
"xtr1common": "cpp",
"xutility": "cpp",
"span": "cpp",
"vector": "cpp",
"cmath": "cpp",
"iostream": "cpp",
"core": "cpp",
"dense": "cpp",
"algorithm": "cpp",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"clocale": "cpp",
"complex": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"deque": "cpp",
"exception": "cpp",
"forward_list": "cpp",
"functional": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"map": "cpp",
"mutex": "cpp",
"new": "cpp",
"optional": "cpp",
"ostream": "cpp",
"queue": "cpp",
"set": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"string": "cpp",
"system_error": "cpp",
"thread": "cpp",
"typeinfo": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xstddef": "cpp",
"xtree": "cpp"
}
}
}