HomeSort by: relevance | last modified time | path
    Searched refs:ignore_files (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/xcvs/dist/contrib/
validate_repo.in 145 @ignore_files
272 @ignore_files = get_ignore_files_from_cvsroot( $directory_to_look_at );
335 # @ignore_files - File patterns we can afford to ignore.
359 elsif( !grep { $path =~ $_ } @ignore_files )
  /src/external/gpl2/xcvs/dist/src/
ignore.c 362 ignore_files (List *ilist, List *entries, const char *update_dir, function
cvs.h 624 void ignore_files (List *, List *, const char *, Ignore_proc);
commit.c 169 /* Here as a static until we get around to fixing ignore_files to pass
201 ignore_files (find_data->ignlist, entries, update_dir, find_ignproc);
update.c 855 ignore_files (ignlist, entries, update_dir, update_ignproc);
client.c 4619 ignore_files (ignlist, entries, update_dir, send_ignproc);

Completed in 73 milliseconds