The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XT::Files::Plugin::Excludes - plugin to configure excludes

VERSION

Version 0.002

SYNOPSIS

In the XT::Files config file:

    [Excluded]
    exclude = [.]old$

DESCRIPTION

Configure excludes for XT::Files. Excludes are regexes that are matched against the base name of found files and if the file name matches the file is not tested.

Use this to exclude backup files or temporary files from your editor.

The exclude option can be used multiple times to add multiple excludes.

USAGE

new

Inherited from XT::Files::Plugin.

run

The run method should not be run directly. Use the plugin call from XT::Files

SEE ALSO

XT::Files, XT::Files::Plugin, XT::Files::Plugin::Default

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/skirmess/XT-Files/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/skirmess/XT-Files

  git clone https://github.com/skirmess/XT-Files.git

AUTHOR

Sven Kirmess <sven.kirmess@kzone.ch>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2019 by Sven Kirmess.

This is free software, licensed under:

  The (two-clause) FreeBSD License