update ignore
This commit is contained in:
parent
dacf0315f3
commit
881886c375
|
@ -0,0 +1,2 @@
|
|||
i386-elf-toolchain-aur
|
||||
i386-elf-tools-aur-pkgs
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/usr/bin/clang",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++14",
|
||||
"intelliSenseMode": "linux-clang-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"idt.h": "c"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue