kc3-lang/libressl/.gitignore

Branch :


Log

Author Commit Date CI Message
627df1f3 2025-08-17 13:21:49 Ignore ec_arithmetic test
21f4bd2a 2025-06-03 05:08:04 Land #1175, Add ISC copyright headers, add explicit COPYING to LibreSSL portable tree
30598098 2025-06-01 05:06:16 explicitly copy COPYING file in this project from LICENSE file in CVS tree
fbdc6435 2025-05-31 02:32:57 Update .gitignore
40a14f39 2025-05-19 14:27:36 ignore more build artifacts
5e98a097 2025-05-19 06:19:10 ignore only upstream files
15bc02ad 2025-05-18 20:45:36 fix gitignore brokenness in crypto /crypto/* masks too much and breaks the exclusion function. The docs for gitignore state that if a parent directory is ignored, negating a pattern with a ! prefix has no effect since it is not possible to reinclude a file if the parent director is excluded. https://git-scm.com/docs/gitignore This just is more explicit, which catches files added out of tree more readily. Also delete the long-removed libtls-standalone references
c8fe0c3f 2025-05-04 22:28:44 Move /crypto/arch/
636ace51 2025-05-04 21:44:30 .gitignore: ignore crypto/arch/* except for mips and loongarch64 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.
1087da12 2025-04-11 18:31:04 Sync opensslconf.h, add crypto_arch.h for mips This was easy enough to make compile. As long as it doesn't get in the way, I think we can keep this. Fixes #1110