mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-12-25 06:31:59 +00:00
[Fix] Igonre *.ii
*.s
File
This commit is contained in:
parent
2723a7c1eb
commit
fd5878954f
5
.gitignore
vendored
5
.gitignore
vendored
@ -39,3 +39,8 @@
|
|||||||
|
|
||||||
# tempCodeRunnerFile
|
# tempCodeRunnerFile
|
||||||
**/tempCodeRunnerFile.cpp
|
**/tempCodeRunnerFile.cpp
|
||||||
|
|
||||||
|
# Compile Temps
|
||||||
|
|
||||||
|
*.ii
|
||||||
|
*.s
|
||||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -4,6 +4,7 @@
|
|||||||
"chrono": "cpp",
|
"chrono": "cpp",
|
||||||
"random": "cpp",
|
"random": "cpp",
|
||||||
"limits": "cpp",
|
"limits": "cpp",
|
||||||
"valarray": "cpp"
|
"valarray": "cpp",
|
||||||
|
"cmath": "cpp"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user