.gitignore 329 B

123456789101112131415161718192021222324
  1. /*.a
  2. *.o
  3. .deps/
  4. .dirstamp
  5. /aclocal.m4
  6. /config.aux/
  7. /config.h
  8. /config.h.in
  9. /config.log
  10. /config.status
  11. /configure
  12. /cpusupport-config.h
  13. /scrypt
  14. /stamp-h1
  15. /Makefile
  16. /Makefile.in
  17. # Test infrastructure
  18. /tests-output/
  19. /tests-valgrind/
  20. /tests/test_scrypt
  21. /tests/valgrind/potential-memleaks
  22. # Standard out-of-tree build directory
  23. /build/