diff options
author | Theo Buehler <tb@openbsd.org> | 2025-04-12 18:19:54 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-04-12 18:19:54 +0200 |
commit | 1e824a0d12df308df6995faf01616054a7a383b0 (patch) | |
tree | b61cb73d1f6952eb4c73d59d65fd23c643505604 /.gitignore | |
parent | 33537646812ce13f5c6c257a6d44adeae259ef6e (diff) | |
parent | 1087da12fc815a84592454980cdcd5d34b07285b (diff) | |
download | portable-1e824a0d12df308df6995faf01616054a7a383b0.tar.gz portable-1e824a0d12df308df6995faf01616054a7a383b0.tar.bz2 portable-1e824a0d12df308df6995faf01616054a7a383b0.zip |
Land 1147 - reenable mips32
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -239,6 +239,8 @@ include/openssl/*.h | |||
239 | 239 | ||
240 | /crypto/* | 240 | /crypto/* |
241 | !/crypto/Makefile.am.* | 241 | !/crypto/Makefile.am.* |
242 | !/crypto/arch/ | ||
243 | !/crypto/arch/mips/* | ||
242 | !/crypto/compat/ | 244 | !/crypto/compat/ |
243 | /crypto/compat/* | 245 | /crypto/compat/* |
244 | !/crypto/compat/arc4random.h | 246 | !/crypto/compat/arc4random.h |