[API diff] Ignore the bcl autogenerated csproj. (#6715)

Related issue: https://github.com/xamarin/xamarin-macios/issues/6162
This commit is contained in:
Manuel de la Pena 2019-08-05 16:58:27 +02:00 коммит произвёл GitHub
Родитель 7b63a38698
Коммит d08ff59503
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 1 удалений

9
.gitignore поставляемый
Просмотреть файл

@ -19,6 +19,13 @@ jenkins-results
.vs .vs
*.raw *.raw
bcl-test-importer bcl-test-importer
tests/bcl-test/BCLTests/generated
tests/xharness/System.ValueTuple.xml tests/xharness/System.ValueTuple.xml
provisionator.msbuild.props provisionator.msbuild.props
# ignore autogenerated bcl tests until they are move to the generated dir
tests/bcl-test/BCLTests/generated
tests/bcl-test/generated
tests/bcl-test/BCL\ tests\ group*.csproj
tests/bcl-test/Mac\ OS\ X\ BCL\ \tests*.csproj
tests/bcl-test/mscorlib-mac-full.csproj
tests/bcl-test/mscorlib-mac-modern.csproj
tests/bcl-test/mscorlib.csproj