From cc1a4a77e3d11877a6dd20f47ba29eaae3ec9c0a Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Fri, 20 Jan 2023 17:54:48 -0600 Subject: [PATCH] added ignores and spelling --- .gitignore | 1 + .vscode/settings.json | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6bbe38b..beb8bea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Prerequisites *.icloud *.d +a.out* temp .DS_* diff --git a/.vscode/settings.json b/.vscode/settings.json index 7c6ece5..a18ce56 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + } } \ No newline at end of file