.gitignore 451 B

12345678910111213141516171819202122232425
  1. /autom4te.cache/
  2. /config.stamp
  3. /config.log
  4. /config.status
  5. /configure
  6. /doc/html.xsl
  7. /doc/manpages.xsl
  8. /doc/jemalloc.xml
  9. /doc/jemalloc.html
  10. /doc/jemalloc.3
  11. /lib/
  12. /Makefile
  13. /include/jemalloc/internal/jemalloc_internal\.h
  14. /include/jemalloc/internal/size_classes\.h
  15. /include/jemalloc/jemalloc\.h
  16. /include/jemalloc/jemalloc_defs\.h
  17. /test/jemalloc_test\.h
  18. /src/*.[od]
  19. /test/*.[od]
  20. /test/*.out
  21. /test/[a-zA-Z_]*
  22. !test/*.c
  23. !test/*.exp
  24. /VERSION
  25. /bin/jemalloc.sh