diff options
author | Theo Buehler <tb@openbssd.org> | 2024-12-20 02:56:34 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbssd.org> | 2024-12-20 03:09:18 -0700 |
commit | 100511900d8b6d1bf44f12f2b8c4fd9c15eb2a54 (patch) | |
tree | 8bdaa6903dcee3f20918db71ec3dd7f72d472876 /.gitignore | |
parent | 3378e9772667155263acfbfda99ee5152458d631 (diff) | |
download | portable-100511900d8b6d1bf44f12f2b8c4fd9c15eb2a54.tar.gz portable-100511900d8b6d1bf44f12f2b8c4fd9c15eb2a54.tar.bz2 portable-100511900d8b6d1bf44f12f2b8c4fd9c15eb2a54.zip |
fix .gitignore for mlkem and pick up hidden header
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -115,9 +115,7 @@ tests/freenull* | |||
115 | tests/gost2814789t* | 115 | tests/gost2814789t* |
116 | tests/key_schedule* | 116 | tests/key_schedule* |
117 | tests/lhash_test* | 117 | tests/lhash_test* |
118 | tests/mlkem*.c | 118 | tests/mlkem* |
119 | tests/mlkem*.h | ||
120 | tests/mlkem*.txt | ||
121 | tests/mont* | 119 | tests/mont* |
122 | tests/policy* | 120 | tests/policy* |
123 | tests/rfc3779* | 121 | tests/rfc3779* |