You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
1.9 KiB

  1. *.cmake
  2. *.dSYM
  3. *.exp
  4. *.gcda
  5. *.gcno
  6. *.la
  7. *.lo
  8. *.log
  9. *.o
  10. *.plist
  11. *.scan
  12. *.sdf
  13. *.status
  14. *.tar.*
  15. *~
  16. .DS_Store
  17. .deps
  18. .dirstamp
  19. .done
  20. .libs
  21. Build
  22. INSTALL
  23. Makefile
  24. aclocal.m4
  25. autom4te.cache
  26. build
  27. compile
  28. confdefs.h
  29. coverage.info
  30. android-toolchain
  31. libtool
  32. libsodium.pc
  33. libsodium-*
  34. m4/argz.m4
  35. m4/libtool.m4
  36. m4/ltoptions.m4
  37. m4/ltsugar.m4
  38. m4/ltversion.m4
  39. m4/lt~obsolete.m4
  40. man/*.html
  41. man/Makefile.in
  42. src/curvecp/curvecpclient
  43. src/curvecp/curvecpmakekey
  44. src/curvecp/curvecpmessage
  45. src/curvecp/curvecpprintkey
  46. src/curvecp/curvecpserver
  47. src/libsodium/*.def
  48. src/libsodium/include/sodium/version.h
  49. stamp-*
  50. test/default/*.res
  51. test/default/*.trs
  52. test/default/aead_chacha20poly1305
  53. test/default/auth
  54. test/default/auth2
  55. test/default/auth3
  56. test/default/auth5
  57. test/default/auth6
  58. test/default/auth7
  59. test/default/box
  60. test/default/box2
  61. test/default/box7
  62. test/default/box8
  63. test/default/box_easy
  64. test/default/box_easy2
  65. test/default/box_seed
  66. test/default/chacha20
  67. test/default/core1
  68. test/default/core2
  69. test/default/core3
  70. test/default/core4
  71. test/default/core5
  72. test/default/core6
  73. test/default/ed25519_convert
  74. test/default/generichash
  75. test/default/generichash2
  76. test/default/generichash3
  77. test/default/hash
  78. test/default/hash3
  79. test/default/onetimeauth
  80. test/default/onetimeauth2
  81. test/default/onetimeauth7
  82. test/default/pwhash
  83. test/default/pwhash_scrypt_ll
  84. test/default/randombytes
  85. test/default/scalarmult
  86. test/default/scalarmult2
  87. test/default/scalarmult5
  88. test/default/scalarmult6
  89. test/default/scalarmult7
  90. test/default/secretbox
  91. test/default/secretbox2
  92. test/default/secretbox7
  93. test/default/secretbox8
  94. test/default/secretbox_easy
  95. test/default/secretbox_easy2
  96. test/default/shorthash
  97. test/default/sign
  98. test/default/sodium_core
  99. test/default/sodium_utils
  100. test/default/sodium_utils2
  101. test/default/sodium_utils3
  102. test/default/sodium_version
  103. test/default/stream
  104. test/default/stream2
  105. test/default/stream3
  106. test/default/stream4
  107. test/default/verify1
  108. test-driver
  109. testing
  110. android-toolchain-*
  111. libsodium-android-*
  112. /bin/
  113. /obj/