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

Add support for .conanignore in conan config install #13269

Merged
merged 4 commits into from
Mar 1, 2023

Conversation

AbrilRBS
Copy link
Member

@AbrilRBS AbrilRBS commented Feb 28, 2023

Changelog: Feature: Add .conanignore support to conan config install.
Docs: conan-io/docs#3036

This allows adding a .conanignore file to the root of the installed folder (Whether it comes from a git repository, a zip file or a local folder) that will allow skipping copying matching paths to the Conan HOME. This will allow to have extra files in the installed folder that do not pollute the user folder.

Discussed in conan-io/conan-extensions#1

@AbrilRBS AbrilRBS requested a review from memsharded February 28, 2023 10:51
conans/client/conanignore.py Outdated Show resolved Hide resolved
conans/client/conf/config_installer.py Show resolved Hide resolved
@memsharded memsharded added this to the 2.0.1 milestone Feb 28, 2023
@czoido czoido merged commit a52c24b into conan-io:develop2 Mar 1, 2023
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

Successfully merging this pull request may close these issues.

3 participants