mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
Ignore libsodium-wasm32-wasi and sort .gitignore
This commit is contained in:
parent
fb5e0e45f4
commit
075b3fd424
11
.gitignore
vendored
11
.gitignore
vendored
@ -58,6 +58,7 @@ libsodium-nativeclient
|
|||||||
libsodium-nativeclient-*
|
libsodium-nativeclient-*
|
||||||
libsodium-osx
|
libsodium-osx
|
||||||
libsodium-uninstalled.pc
|
libsodium-uninstalled.pc
|
||||||
|
libsodium-wasm32-wasi
|
||||||
libsodium-win32
|
libsodium-win32
|
||||||
libsodium-win64
|
libsodium-win64
|
||||||
libsodium.pc
|
libsodium.pc
|
||||||
@ -76,7 +77,6 @@ src/libsodium/*.def
|
|||||||
src/libsodium/include/sodium/version.h
|
src/libsodium/include/sodium/version.h
|
||||||
stamp-*
|
stamp-*
|
||||||
test-driver
|
test-driver
|
||||||
test/default/browser
|
|
||||||
test/default/*.asm.js
|
test/default/*.asm.js
|
||||||
test/default/*.res
|
test/default/*.res
|
||||||
test/default/*.trs
|
test/default/*.trs
|
||||||
@ -99,16 +99,17 @@ test/default/box_easy
|
|||||||
test/default/box_easy2
|
test/default/box_easy2
|
||||||
test/default/box_seal
|
test/default/box_seal
|
||||||
test/default/box_seed
|
test/default/box_seed
|
||||||
|
test/default/browser
|
||||||
test/default/chacha20
|
test/default/chacha20
|
||||||
test/default/codecs
|
test/default/codecs
|
||||||
test/default/core_ed25519
|
|
||||||
test/default/core_ristretto255
|
|
||||||
test/default/core1
|
test/default/core1
|
||||||
test/default/core2
|
test/default/core2
|
||||||
test/default/core3
|
test/default/core3
|
||||||
test/default/core4
|
test/default/core4
|
||||||
test/default/core5
|
test/default/core5
|
||||||
test/default/core6
|
test/default/core6
|
||||||
|
test/default/core_ed25519
|
||||||
|
test/default/core_ristretto255
|
||||||
test/default/ed25519_convert
|
test/default/ed25519_convert
|
||||||
test/default/generichash
|
test/default/generichash
|
||||||
test/default/generichash2
|
test/default/generichash2
|
||||||
@ -129,13 +130,13 @@ test/default/pwhash_scrypt
|
|||||||
test/default/pwhash_scrypt_ll
|
test/default/pwhash_scrypt_ll
|
||||||
test/default/randombytes
|
test/default/randombytes
|
||||||
test/default/scalarmult
|
test/default/scalarmult
|
||||||
test/default/scalarmult_ed25519
|
|
||||||
test/default/scalarmult_ristretto255
|
|
||||||
test/default/scalarmult2
|
test/default/scalarmult2
|
||||||
test/default/scalarmult5
|
test/default/scalarmult5
|
||||||
test/default/scalarmult6
|
test/default/scalarmult6
|
||||||
test/default/scalarmult7
|
test/default/scalarmult7
|
||||||
test/default/scalarmult8
|
test/default/scalarmult8
|
||||||
|
test/default/scalarmult_ed25519
|
||||||
|
test/default/scalarmult_ristretto255
|
||||||
test/default/secretbox
|
test/default/secretbox
|
||||||
test/default/secretbox2
|
test/default/secretbox2
|
||||||
test/default/secretbox7
|
test/default/secretbox7
|
||||||
|
Loading…
Reference in New Issue
Block a user