Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Allow file exclusion where file globs are supported #510

Open
TheDrawingCoder-Gamer opened this issue May 8, 2022 · 0 comments

Comments

@TheDrawingCoder-Gamer
Copy link

TheDrawingCoder-Gamer commented May 8, 2022

When adding extra source files, I noticed that it includes files I don't want. However, to get around this I would have to write much more patterns then are needed. Allowing glob pattern exclusion (similar to !file syntax in .gitignore files) would make excluding files much easier.
So e.g.

extra-source-files:
- c/**
- "!c/pamixer/build/**"

would include all files under c except c/pamixer/build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant