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 # Prerequisites
*.icloud *.icloud
*.d *.d
a.out*
temp temp
.DS_* .DS_*

18
.vscode/settings.json vendored
View file

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