Skip to content

Commit bb4ca05

Browse files
committed
Ignore tools directory
1 parent 5d1ffee commit bb4ca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/ls/pkgs/toposort.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
LIST_PKGS_TOPOSORT ?= $(TOOLS_PKGS_DIR)/pkgs/toposort/bin/cli
2323

2424
# Define the command flags:
25-
LIST_PKGS_TOPOSORT_FLAGS ?=
25+
LIST_PKGS_TOPOSORT_FLAGS ?= --ignore '**/_tools/**'
2626

2727
# Define the directory from which to search for packages:
2828
LIST_PKGS_TOPOSORT_DIR ?= $(SRC_DIR)

0 commit comments

Comments
 (0)