Skip to content

Commit 82eec8d

Browse files
authored
Ignore CODEOWNERS in XCBuildSupport (#5936)
1 parent 0a8e7d9 commit 82eec8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ let package = Package(
320320
/** Support for building using Xcode's build system */
321321
name: "XCBuildSupport",
322322
dependencies: ["SPMBuildCore", "PackageGraph"],
323-
exclude: ["CMakeLists.txt"]
323+
exclude: ["CMakeLists.txt", "CODEOWNERS"]
324324
),
325325
.target(
326326
/** High level functionality */

0 commit comments

Comments
 (0)