Exclude matches from a list.
Section: Wildcards and file discovery
filter-out values
makefile
makefile
SRC_NO_VENDOR := $(filter-out vendor/%,$(SRC))Explanation
Common when excluding generated or vendored files.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Wildcards and file discovery