Skip to content

Commit c5ade2a

Browse files
committed
fix: ignore built artifacts in third_party submodules
Signed-off-by: Sam Gammon <sam@elide.dev>
1 parent 8dcd707 commit c5ade2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
[submodule "apr"]
1313
path = third_party/apache/apr
1414
url = git@github.com:apache/apr.git
15+
ignore = dirty
1516
[submodule "boringssl"]
1617
path = third_party/google/boringssl
1718
url = git@github.com:google/boringssl.git
19+
ignore = dirty
20+

0 commit comments

Comments
 (0)