Searched refs:exclude (Results 1 – 5 of 5) sorted by relevance
187 exclude = []188 if options.exclude:189 for arg in options.exclude:190 exclude += arg.split(',')192 why_selected = boards.SelectBoards(args, exclude)
242 def SelectBoards(self, args, exclude=[]): argument263 for expr in exclude:
136 You can also use -x to specifically exclude some boards. For example:
397 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \398 --exclude CVS --exclude .pc --exclude .hg --exclude .git
662 my $exclude = 0;674 $exclude = 1;681 if (!$exclude) {