added ignores and spelling

This commit is contained in:
Perry Kivolowitz 2023-01-20 17:54:48 -06:00
parent 15b2dc1a22
commit cc1a4a77e3
2 changed files with 18 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# Prerequisites
*.icloud
*.d
a.out*
temp
.DS_*

20
.vscode/settings.json vendored
View file

@ -7,12 +7,14 @@
"cbnz",
"cout",
"csel",
"dptr",
"FCVTAS",
"fcvtz",
"fildes",
"fizzbuzz",
"fname",
"Formulus",
"fptr",
"funcs",
"getpid",
"iostream",
@ -41,23 +43,35 @@
},
"cSpell.ignoreWords": [
"Athanasios",
"BIASD",
"BIASF",
"Pavlidis",
"Rypo",
"SIZD",
"SIZF",
"bitfields",
"dless",
"dmore",
"fcvtms",
"fcvtps",
"fcvtta",
"foov",
"ndless",
"ndmore",
"nvless",
"nvmore",
"onditionally",
"onsole",
"rotypo",
"rwtypo",
"slen",
"ssize",
"stdinp"
"stdinp",
"vless",
"vmore"
],
"files.associations": {
"ostream": "cpp"
}
"ostream": "cpp",
"iomanip": "cpp"
}
}