From 53cf0faa21efa509d85bd43d18d5388d86b566c8 Mon Sep 17 00:00:00 2001 From: toshi0383 Date: Fri, 9 Feb 2018 05:16:41 +0900 Subject: [PATCH] Update .gitignore and spec fixtures --- .gitignore | 2 +- Fixtures/TestProject/.DS_Store | Bin 0 -> 6148 bytes .../TestProject/App_iOS/Base.lproj/.DS_Store | 0 .../TestProject/App_iOS/Base.lproj/excluded-file | 0 Tests/Fixtures/TestProject/spec.yml | 2 ++ 5 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Fixtures/TestProject/.DS_Store create mode 100644 Tests/Fixtures/TestProject/App_iOS/Base.lproj/.DS_Store create mode 100644 Tests/Fixtures/TestProject/App_iOS/Base.lproj/excluded-file diff --git a/.gitignore b/.gitignore index fbb30c55..43c7ce33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.DS_Store +./.DS_Store /.build /Packages xcuserdata diff --git a/Fixtures/TestProject/.DS_Store b/Fixtures/TestProject/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..4e5e1b682fcc84f1f68f5dbb943b3227ef0bb302 GIT binary patch literal 6148 zcmeHKO-jR15T2)56y0bn=nX z?W}f(GvEyTHwO6b9@8oA>@Bo;f0tC!HGCOv^acu8SE>%bq1UPXW)|o{yxM|#>B8zlurkYv;e>eZV`;Rm*AM# zFfptZF#`!23e?bGEk@9A_+wj_7}km!PQjXwU?&IbP=cI}{bN~9AyIVe3^)UA26pvv z$n}5negEGM@+W7&8Q3ZYLX^(ZF;cSH+DVRUZ4AADvhccEQ9@v>9Ls=9@gY55#{2ga$Xxz@IYk0pvY@s{jB1 literal 0 HcmV?d00001 diff --git a/Tests/Fixtures/TestProject/App_iOS/Base.lproj/.DS_Store b/Tests/Fixtures/TestProject/App_iOS/Base.lproj/.DS_Store new file mode 100644 index 00000000..e69de29b diff --git a/Tests/Fixtures/TestProject/App_iOS/Base.lproj/excluded-file b/Tests/Fixtures/TestProject/App_iOS/Base.lproj/excluded-file new file mode 100644 index 00000000..e69de29b diff --git a/Tests/Fixtures/TestProject/spec.yml b/Tests/Fixtures/TestProject/spec.yml index 70f127b9..adba50ce 100644 --- a/Tests/Fixtures/TestProject/spec.yml +++ b/Tests/Fixtures/TestProject/spec.yml @@ -29,6 +29,8 @@ targets: name: App compilerFlags: - "-Werror" + excludes: + - "**/excluded-file" - path: StandaloneFiles/Standalone.swift - FileGroup/UnderFileGroup - Resources/MyBundle.bundle