mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 00:36:47 +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
|
||||
*.icloud
|
||||
*.d
|
||||
a.out*
|
||||
|
||||
temp
|
||||
.DS_*
|
||||
|
|
|
|||
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue