update ignore

This commit is contained in:
c0repwn3r 2022-05-09 09:46:42 -04:00
parent dacf0315f3
commit 881886c375
Signed by: core
GPG Key ID: FDBF740DADDCEECF
3 changed files with 23 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
i386-elf-toolchain-aur
i386-elf-tools-aur-pkgs

16
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -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
}

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"idt.h": "c"
}
}