Adding stdlib resync script

Adding a quick script to keep the pieces of the standard library in sync
between the new stdlib build and the old one.
This commit is contained in:
Evan Wilde
2024-10-10 15:28:26 -07:00
parent a01e080119
commit f03d9a01e6
3 changed files with 102 additions and 0 deletions

14
.gitignore vendored
View File

@@ -78,3 +78,17 @@ SortedCFDatabase.def
htmlcov
.coverage
/benchmark/scripts/Benchmark_Driverc
#==============================================================================#
# Ignore copied Swift Stdlib files while migrating stdlib
#==============================================================================#
Runtimes/**/*.swift
Runtimes/**/*.h
Runtimes/**/*.cpp
Runtimes/**/*.c
Runtimes/**/*.m
Runtimes/**/*.mm
Runtimes/**/*.def
Runtimes/**/*.gyb
Runtimes/**/*.apinotes
Runtimes/**/*.yaml