Searched refs:exclude (Results 1 – 9 of 9) sorted by relevance
76 @if (test ! -f '.git/info/exclude' || grep -s "git-ls-files" .git/info/exclude); then \77 …/exclude" && echo '*.o' > .git/info/exclude && git svn propget svn:ignore | grep -v config.nice >>…
3727 # use absolute paths for naming shared libraries, and exclude the5358 # exclude_expsyms can be an extended regexp of symbols to exclude5360 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
6 // This test also needs to exclude the protected and private variables
105 int exclude; /* 1 if this is an exclusion set. */ member151 cset->exclude = 1; in BuildCharSet()262 return (cset->exclude ? !match : match); in CharInSet()
97 exclude old executor together with specialized one using --without-old-executor.
29 with GNU grep. In particular, --exclude and --include (and variants) apply
35 (c) Multiple uses of --exclude, --exclude-dir, --include, and --include-dir38 (d) --exclude-from and --include-from (multiple use) have been added.994 --exclude-dir, though that is not available in GNU grep, at least as of1691 4. Fixed two related pcregrep bugs involving -r with --include or --exclude:1693 (1) The include/exclude patterns were being applied to the whole pathnames1697 skipped unless they satisfied the include/exclude conditions. This is1701 apply the include/exclude patterns to regular files.3326 (p) Added --include and --exclude options to specify files for inclusion
137 'inf' => '<regex> Regular expression for input files to exclude.'
Completed in 41 milliseconds