Skip to content

Option to ignore subdirectories and/or files #700

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

Open
rouson opened this issue May 23, 2022 · 1 comment
Open

Option to ignore subdirectories and/or files #700

rouson opened this issue May 23, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@rouson
Copy link
Contributor

rouson commented May 23, 2022

Description

When adding fpm to a project that already has one or more non-fpm build system(s) (e.g., ones based on make or cmake), not being able to tell fpm to ignore certain subdirectories and/or files means the involved files must be moved out of the locations where fpm attempts to build every file found. Any such directory/file moves are likely to necessitate changes to the other build system(s). Also, there's the social issue associated with having to ask for what sometimes feels like a big change to a project.

Possible Solution

Add a feature that gives users the ability to specify in the manifest that a certain subdirectory or file should be ignored. Being able to insert something like the following in a fpm.toml file might suffice:

[ignore]
src/ignore-me

Additional Information

No response

@beddalumia
Copy link

Any news on this?

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

No branches or pull requests

2 participants