aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2025-05-16.gitattributes: Mark abilists files as binary.Alex Rønne Petersen
2025-04-12.gitattributes: Fix lib/libtsan path after ↵Alex Rønne Petersen
ee0ff134e9f82bf87751a5174c27b191c04e16c0.
2025-04-12.gitattributes: Add more testdata directories.Alex Rønne Petersen
2025-04-12std.crypto: add constant-time codecs (#23420)Frank Denis
std.crypto: add constant-time codecs Add constant-time hex/base64 codecs designed to process cryptographic secrets, adapted from libsodium's implementations. Introduce a `crypto.codecs` namespace for crypto-related encoders and decoders. Move ASN.1 codecs to this namespace. This will also naturally accommodate the proposed PEM codecs.
2024-03-06Sync Aro sources (#19199)Veikka Tuominen
ref: 02353ad9f17f659e173f68975a442fcec3dd2c94
2024-02-14set testdata as binaryIgor Anić
Testing on windows is failing because line ending are changed on some binary files during git checkout.
2024-02-09Mark .zon as eol=lfRyan Liptak
Fixes git autocrlf issues with .zon files on Windows
2023-10-01add Aro sources as a dependencyVeikka Tuominen
ref: 5688dbccfb58216468267a0f46b96bed7013715a
2022-12-18update gitattributes and move test data into subdirAndrew Kelley
2021-06-25mark tsan as linguist-vendoredxackus
2021-04-19Fix .gitattributes rules that should be recursiveIsaac Freund
These are currently incorrect according to the gitattributes(5) and gitignore(5) man pages. However, it seems github ended up treating them as we intended due to a bug until recently when that bug was fixed.
2020-04-05.gitattributes: deps/SoftFloat-3e/*.txt lines are crlf terminateddaurnimator
2020-04-05Convert .gitattributes to use unix line endingsdaurnimator
2020-04-03gitattributes: note that libcxxabi is vendoredAndrew Kelley
2019-09-22git, I love you, but please stop mangling my filesAndrew Kelley
2019-07-16fix gitattributesAndrew Kelley
2019-03-12fix gitattributesAndrew Kelley
2019-03-12building musl start files from sourceAndrew Kelley
2019-03-11Mark third-party dependencies as vendoredMarc Tiehuis
2018-07-04Do not normalize langref.html.in line endingsMarc Tiehuis
See #1191.
2017-11-01Enforce "\n" line endings on Windows (#574)Andreas Haferburg
With Windows line endings, which seems to be the default on Windows, the zig compiler won't understand std out of the box. This project should not rely on git's global core.autocrlf setting.