mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user