このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
gplib
ウォッチ
1
スター
1
フォーク
0
コード
課題
8
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Changed some project settings
master
Ludovic 'Archivist' Lagouardette
3年前
親
87def449a8
コミット
2fd333c0e3
2個のファイルの変更
、
15行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-1
.gitignore
+13
-1
.vscode/settings.json
+ 2
- 1
.gitignore
ファイルの表示
@ -42,4 +42,5 @@ README.html
bin/tests.S
bin/tests.S.zip
vgcore.*
doc/*
doc/*
.vscode/launch.json
+ 13
- 1
.vscode/settings.json
ファイルの表示
@ -8,5 +8,17 @@
"-Wall"
,
"-pedantic"
,
"-I${workspaceRoot}/include"
]
]
,
"files.associations"
:
{
"optional"
:
"cpp"
,
"system_error"
:
"cpp"
,
"istream"
:
"cpp"
,
"ostream"
:
"cpp"
,
"ratio"
:
"cpp"
,
"array"
:
"cpp"
,
"functional"
:
"cpp"
,
"tuple"
:
"cpp"
,
"type_traits"
:
"cpp"
,
"utility"
:
"cpp"
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存