Skip to content

Commit 1b55a91

Browse files
committed
Ignore build sub-directories
1 parent 2429339 commit 1b55a91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/make/lib/notes/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ 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 "$(REPORTS_DIR)/*" \
2728
--exclude "$(this_file)" \
2829
--exclude "$(ROOT_DIR)/.*" \
29-
--exclude "$(REPORTS_DIR)/*" \
30+
--exclude "**/$(BUILD_FOLDER)/*" \
3031
--exclude TODO.md
3132

3233
.PHONY: notes

0 commit comments

Comments
 (0)