mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Sort .gitignore
This commit is contained in:
+28
-26
@@ -1,6 +1,13 @@
|
||||
!build
|
||||
.deps
|
||||
.dirstamp
|
||||
.done
|
||||
.DS_Store
|
||||
.libs
|
||||
.zig-cache
|
||||
*.bc
|
||||
*.dSYM
|
||||
*.done
|
||||
*.dSYM
|
||||
*.final
|
||||
*.gcda
|
||||
*.gcno
|
||||
@@ -16,26 +23,18 @@
|
||||
*.sdf
|
||||
*.status
|
||||
*.tar.*
|
||||
*.vs/
|
||||
*.wasm
|
||||
*.wast
|
||||
*~
|
||||
.DS_Store
|
||||
.deps
|
||||
.dirstamp
|
||||
.done
|
||||
.libs
|
||||
/bin/
|
||||
/obj/
|
||||
Build
|
||||
INSTALL
|
||||
Makefile
|
||||
Makefile.in
|
||||
Vagrantfile
|
||||
aclocal.m4
|
||||
android-toolchain
|
||||
android-toolchain-*
|
||||
autom4te.cache
|
||||
build
|
||||
Build
|
||||
compile
|
||||
confdefs.h
|
||||
config.*
|
||||
@@ -43,9 +42,7 @@ configure
|
||||
configure.lineno
|
||||
coverage.info
|
||||
depcomp
|
||||
test/symbols/all-host-symbols.txt
|
||||
test/symbols/internal-host-symbols.txt
|
||||
test/symbols/internal-symbols.txt
|
||||
INSTALL
|
||||
install-sh
|
||||
libsodium-*.tar.bz2
|
||||
libsodium-*.tar.gz
|
||||
@@ -69,10 +66,12 @@ libtool
|
||||
ltmain.sh
|
||||
m4/argz.m4
|
||||
m4/libtool.m4
|
||||
m4/lt~obsolete.m4
|
||||
m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltversion.m4
|
||||
m4/lt~obsolete.m4
|
||||
Makefile
|
||||
Makefile.in
|
||||
man/*.html
|
||||
man/Makefile.in
|
||||
missing
|
||||
@@ -98,25 +97,25 @@ test/default/auth5
|
||||
test/default/auth6
|
||||
test/default/auth7
|
||||
test/default/box
|
||||
test/default/box2
|
||||
test/default/box7
|
||||
test/default/box8
|
||||
test/default/box_easy
|
||||
test/default/box_easy2
|
||||
test/default/box_seal
|
||||
test/default/box_seed
|
||||
test/default/box2
|
||||
test/default/box7
|
||||
test/default/box8
|
||||
test/default/browser
|
||||
test/default/chacha20
|
||||
test/default/codecs
|
||||
test/default/core_ed25519
|
||||
test/default/core_ed25519_h2c
|
||||
test/default/core_ristretto255
|
||||
test/default/core1
|
||||
test/default/core2
|
||||
test/default/core3
|
||||
test/default/core4
|
||||
test/default/core5
|
||||
test/default/core6
|
||||
test/default/core_ed25519
|
||||
test/default/core_ed25519_h2c
|
||||
test/default/core_ristretto255
|
||||
test/default/ed25519_convert
|
||||
test/default/generichash
|
||||
test/default/generichash2
|
||||
@@ -138,19 +137,19 @@ test/default/pwhash_scrypt
|
||||
test/default/pwhash_scrypt_ll
|
||||
test/default/randombytes
|
||||
test/default/scalarmult
|
||||
test/default/scalarmult_ed25519
|
||||
test/default/scalarmult_ristretto255
|
||||
test/default/scalarmult2
|
||||
test/default/scalarmult5
|
||||
test/default/scalarmult6
|
||||
test/default/scalarmult7
|
||||
test/default/scalarmult8
|
||||
test/default/scalarmult_ed25519
|
||||
test/default/scalarmult_ristretto255
|
||||
test/default/secretbox
|
||||
test/default/secretbox_easy
|
||||
test/default/secretbox_easy2
|
||||
test/default/secretbox2
|
||||
test/default/secretbox7
|
||||
test/default/secretbox8
|
||||
test/default/secretbox_easy
|
||||
test/default/secretbox_easy2
|
||||
test/default/secretstream_xchacha20poly1305
|
||||
test/default/shorthash
|
||||
test/default/sign
|
||||
@@ -168,7 +167,10 @@ test/default/stream4
|
||||
test/default/verify1
|
||||
test/default/xchacha20
|
||||
test/js.done
|
||||
test/symbols/all-host-symbols.txt
|
||||
test/symbols/internal-host-symbols.txt
|
||||
test/symbols/internal-symbols.txt
|
||||
testing
|
||||
.zig-cache
|
||||
Vagrantfile
|
||||
zig-cache
|
||||
zig-out
|
||||
|
||||
Reference in New Issue
Block a user