.gitignore 430 B

123456789101112131415161718192021222324252627282930
  1. *.o
  2. .libs/
  3. *.lo
  4. *.la
  5. .deps/
  6. .dirstamp
  7. /aclocal.m4
  8. /config.aux/
  9. /config.h
  10. /config.h.in
  11. /config.log
  12. /config.status
  13. /configure
  14. /libtool
  15. /cpusupport-config.h
  16. /scrypt
  17. /stamp-h1
  18. /m4
  19. /Makefile
  20. /Makefile.in
  21. # Test infrastructure
  22. /tests-output/
  23. /tests-valgrind/
  24. /tests/libscrypt-kdf/sample-libscrypt-kdf
  25. /tests/test_scrypt
  26. /tests/valgrind/potential-memleaks
  27. /tests/verify-strings/test_scrypt
  28. # Standard out-of-tree build directory
  29. /build/