From fd5878954f4d4d8bf46013b050856853e9fac33a Mon Sep 17 00:00:00 2001 From: Ren Baoshuo Date: Tue, 22 Sep 2020 19:07:21 +0800 Subject: [PATCH] [Fix] Igonre `*.ii` `*.s` File --- .gitignore | 5 +++++ .vscode/settings.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f7c95e3..5c93bdc9 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,8 @@ # tempCodeRunnerFile **/tempCodeRunnerFile.cpp + +# Compile Temps + +*.ii +*.s diff --git a/.vscode/settings.json b/.vscode/settings.json index 9d7dacf0..c6371de5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,7 @@ "chrono": "cpp", "random": "cpp", "limits": "cpp", - "valarray": "cpp" + "valarray": "cpp", + "cmath": "cpp" } } \ No newline at end of file