Skip to content

Commit 9c1421b

Browse files
committed
Ignore directory containing distributable files
1 parent ec74f0b commit 9c1421b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/make/lib/notes/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ notes:
2424
$(QUIET) $(FIND_NOTES) $(FIND_NOTES_FLAGS) $(KEYWORDS) $(FIND_NOTES_DIR) \
2525
--exclude-dir "$(NODE_MODULES)/*" \
2626
--exclude-dir "$(BUILD_DIR)/*" \
27+
--exclude-dir "$(DIST_DIR)/*" \
2728
--exclude-dir "$(REPORTS_DIR)/*" \
2829
--exclude-dir "$(DEPS_TMP_DIR)/*" \
2930
--exclude-dir "$(DEPS_BUILD_DIR)/*" \

0 commit comments

Comments
 (0)