Skip to content

.gitignore: ignore crypto/arch/* except for mips and loongarch64 #1161

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

Merged
merged 2 commits into from
May 4, 2025

Conversation

nak3
Copy link
Contributor

@nak3 nak3 commented May 4, 2025

The arch/ directory is regenerated by autogen.sh and should generally be ignored. Only the mips and loongarch64 subdirectories are tracked in the portable tree because they are not supported by OpenBSD natively, but there has been interest in using LibreSSL on these architectures.

Fix #1160

The arch/ directory is regenerated by autogen.sh and should generally
be ignored. Only the mips and loongarch64 subdirectories are tracked
in the portable tree because they are not supported by OpenBSD natively,
but there has been interest in using LibreSSL on these architectures.
@nak3 nak3 changed the title Add .gitignore crypto/arch/* except for mips and loongarch64 .gitignore: ignore crypto/arch/* except for mips and loongarch64 May 4, 2025
!/crypto/Makefile.am.*
!/crypto/arch/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I would prefer keeping the /crypto/arch/ on this line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see. Sure, updated.

@nak3 nak3 force-pushed the update-gitignore branch from 6e32812 to c8fe0c3 Compare May 4, 2025 13:29
@botovq botovq merged commit f68af99 into libressl:master May 4, 2025
44 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.

autogen.sh script generates files under crypto/arch/* that are not currently covered by .gitignore
2 participants