mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 02:26:59 +08:00
added ignores and spelling
This commit is contained in:
parent
15b2dc1a22
commit
cc1a4a77e3
2 changed files with 18 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
*.icloud
|
*.icloud
|
||||||
*.d
|
*.d
|
||||||
|
a.out*
|
||||||
|
|
||||||
temp
|
temp
|
||||||
.DS_*
|
.DS_*
|
||||||
|
|
|
||||||
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue