Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion foundation-support/gradle/owned-output-patterns.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Aggregated main outputs that must be pruned on non-clean builds because :foundation-support owns them now.
# Keep this list limited to the stable generic support subset extracted from :foundation-config.
# Keep this list limited to the stable generic support subset extracted into :foundation-support.

network/crypta/node/FSParseException*
network/crypta/support/api/Bucket*
Expand Down Expand Up @@ -76,3 +76,4 @@ network/crypta/support/compress/NewLZMACompressor*
network/crypta/support/compress/OldLZMACompressor*
network/crypta/support/compress/SingleOffsetReplacingOutputStream*
network/crypta/support/compress/TooBigDictionaryException*
network/crypta/support/math/**
Loading