We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1ffee commit bb4ca05Copy full SHA for bb4ca05
tools/make/lib/ls/pkgs/toposort.mk
@@ -22,7 +22,7 @@
22
LIST_PKGS_TOPOSORT ?= $(TOOLS_PKGS_DIR)/pkgs/toposort/bin/cli
23
24
# Define the command flags:
25
-LIST_PKGS_TOPOSORT_FLAGS ?=
+LIST_PKGS_TOPOSORT_FLAGS ?= --ignore '**/_tools/**'
26
27
# Define the directory from which to search for packages:
28
LIST_PKGS_TOPOSORT_DIR ?= $(SRC_DIR)
0 commit comments