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

fix: filter files like conda-build does #850

Merged
merged 3 commits into from
May 23, 2024
Merged

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented May 23, 2024

conda-build filters a few more files before packaging. We're aligning with that. Includes:

  • .DS_Store files
  • *.la files
  • .git* files (incl. .git directories)

https://github.com/conda/conda-build/blob/5f5eebe54b577cc4d9a5fd3f2d0f6516265c2923/conda_build/utils.py#L1572-L1580

@wolfv wolfv merged commit ef78b8f into prefix-dev:main May 23, 2024
5 of 6 checks passed
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.

1 participant