0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-24 18:11:59 +00:00

[Fix] Igonre *.ii *.s File

This commit is contained in:
Baoshuo Ren 2020-09-22 19:07:21 +08:00 committed by Baoshuo Ren
parent 2723a7c1eb
commit fd5878954f
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68
2 changed files with 7 additions and 1 deletions

5
.gitignore vendored
View File

@ -39,3 +39,8 @@
# tempCodeRunnerFile
**/tempCodeRunnerFile.cpp
# Compile Temps
*.ii
*.s

View File

@ -4,6 +4,7 @@
"chrono": "cpp",
"random": "cpp",
"limits": "cpp",
"valarray": "cpp"
"valarray": "cpp",
"cmath": "cpp"
}
}