quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

.gitignore (3012B)


      1 *.bc
      2 *.dSYM
      3 *.done
      4 *.final
      5 *.gcda
      6 *.gcno
      7 *.i
      8 *.la
      9 *.lo
     10 *.log
     11 *.mem
     12 *.nexe
     13 *.o
     14 *.plist
     15 *.scan
     16 *.sdf
     17 *.status
     18 *.tar.*
     19 *.wasm
     20 *.wast
     21 *~
     22 .DS_Store
     23 .deps
     24 .dirstamp
     25 .done
     26 .libs
     27 /bin/
     28 /obj/
     29 Build
     30 INSTALL
     31 Makefile
     32 Makefile.in
     33 Vagrantfile
     34 aclocal.m4
     35 android-toolchain
     36 android-toolchain-*
     37 autom4te.cache
     38 build
     39 compile
     40 confdefs.h
     41 config.*
     42 configure
     43 configure.lineno
     44 coverage.info
     45 depcomp
     46 install-sh
     47 libsodium-*.tar.bz2
     48 libsodium-*.tar.gz
     49 libsodium-*.vcproj
     50 libsodium-*.vcproj.filters
     51 libsodium-*.vcxproj
     52 libsodium-*.vcxproj.filters
     53 libsodium-android-*
     54 libsodium-ios
     55 libsodium-js
     56 libsodium-js-*
     57 libsodium-nativeclient
     58 libsodium-nativeclient-*
     59 libsodium-osx
     60 libsodium-uninstalled.pc
     61 libsodium-wasm32-wasi
     62 libsodium-win32
     63 libsodium-win64
     64 libsodium.pc
     65 libtool
     66 ltmain.sh
     67 m4/argz.m4
     68 m4/libtool.m4
     69 m4/ltoptions.m4
     70 m4/ltsugar.m4
     71 m4/ltversion.m4
     72 m4/lt~obsolete.m4
     73 man/*.html
     74 man/Makefile.in
     75 missing
     76 src/libsodium/*.def
     77 src/libsodium/include/sodium/version.h
     78 stamp-*
     79 test-driver
     80 test/default/*.asm.js
     81 test/default/*.res
     82 test/default/*.trs
     83 test/default/aead_aegis128l
     84 test/default/aead_aegis256
     85 test/default/aead_aes256gcm
     86 test/default/aead_aes256gcm2
     87 test/default/aead_chacha20poly1305
     88 test/default/aead_chacha20poly13052
     89 test/default/aead_xchacha20poly1305
     90 test/default/auth
     91 test/default/auth2
     92 test/default/auth3
     93 test/default/auth5
     94 test/default/auth6
     95 test/default/auth7
     96 test/default/box
     97 test/default/box2
     98 test/default/box7
     99 test/default/box8
    100 test/default/box_easy
    101 test/default/box_easy2
    102 test/default/box_seal
    103 test/default/box_seed
    104 test/default/browser
    105 test/default/chacha20
    106 test/default/codecs
    107 test/default/core1
    108 test/default/core2
    109 test/default/core3
    110 test/default/core4
    111 test/default/core5
    112 test/default/core6
    113 test/default/core_ed25519
    114 test/default/core_ristretto255
    115 test/default/ed25519_convert
    116 test/default/generichash
    117 test/default/generichash2
    118 test/default/generichash3
    119 test/default/hash
    120 test/default/hash3
    121 test/default/kdf
    122 test/default/kdf_hkdf
    123 test/default/keygen
    124 test/default/kx
    125 test/default/metamorphic
    126 test/default/misuse
    127 test/default/onetimeauth
    128 test/default/onetimeauth2
    129 test/default/onetimeauth7
    130 test/default/pwhash_argon2i
    131 test/default/pwhash_argon2id
    132 test/default/pwhash_scrypt
    133 test/default/pwhash_scrypt_ll
    134 test/default/randombytes
    135 test/default/scalarmult
    136 test/default/scalarmult2
    137 test/default/scalarmult5
    138 test/default/scalarmult6
    139 test/default/scalarmult7
    140 test/default/scalarmult8
    141 test/default/scalarmult_ed25519
    142 test/default/scalarmult_ristretto255
    143 test/default/secretbox
    144 test/default/secretbox2
    145 test/default/secretbox7
    146 test/default/secretbox8
    147 test/default/secretbox_easy
    148 test/default/secretbox_easy2
    149 test/default/secretstream_xchacha20poly1305
    150 test/default/shorthash
    151 test/default/sign
    152 test/default/siphashx24
    153 test/default/sodium_core
    154 test/default/sodium_utils
    155 test/default/sodium_utils2
    156 test/default/sodium_utils3
    157 test/default/sodium_version
    158 test/default/stream
    159 test/default/stream2
    160 test/default/stream3
    161 test/default/stream4
    162 test/default/verify1
    163 test/default/xchacha20
    164 test/js.done
    165 testing
    166 .zig-cache
    167 zig-cache
    168 zig-out