gitignore vim .swp files

This commit is contained in:
Ryan Dahl 2018-11-27 17:21:05 -05:00
parent 60a3b98ba0
commit 65cce40a89
6 changed files with 55 additions and 11 deletions

View file

@ -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()