mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
gitignore vim .swp files
This commit is contained in:
parent
60a3b98ba0
commit
65cce40a89
6 changed files with 55 additions and 11 deletions
|
@ -7,6 +7,7 @@ import os
|
|||
import re
|
||||
import sys
|
||||
from distutils.spawn import find_executable
|
||||
import prebuilt
|
||||
|
||||
|
||||
def main():
|
||||
|
@ -18,6 +19,7 @@ def main():
|
|||
third_party.download_gn()
|
||||
third_party.download_clang_format()
|
||||
third_party.download_clang()
|
||||
prebuilt.load()
|
||||
third_party.maybe_download_sysroot()
|
||||
|
||||
write_lastchange()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue