2
0

.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /*.gcov.*
  2. /autom4te.cache/
  3. /bin/jemalloc.sh
  4. /config.stamp
  5. /config.log
  6. /config.status
  7. /configure
  8. /doc/html.xsl
  9. /doc/manpages.xsl
  10. /doc/jemalloc.xml
  11. /doc/jemalloc.html
  12. /doc/jemalloc.3
  13. /lib/
  14. /Makefile
  15. /include/jemalloc/internal/jemalloc_internal.h
  16. /include/jemalloc/internal/jemalloc_internal_defs.h
  17. /include/jemalloc/internal/private_namespace.h
  18. /include/jemalloc/internal/private_unnamespace.h
  19. /include/jemalloc/internal/public_namespace.h
  20. /include/jemalloc/internal/public_symbols.txt
  21. /include/jemalloc/internal/public_unnamespace.h
  22. /include/jemalloc/internal/size_classes.h
  23. /include/jemalloc/jemalloc.h
  24. /include/jemalloc/jemalloc_defs.h
  25. /include/jemalloc/jemalloc_macros.h
  26. /include/jemalloc/jemalloc_mangle.h
  27. /include/jemalloc/jemalloc_mangle_jet.h
  28. /include/jemalloc/jemalloc_protos.h
  29. /include/jemalloc/jemalloc_protos_jet.h
  30. /include/jemalloc/jemalloc_rename.h
  31. /src/*.[od]
  32. /src/*.gcda
  33. /src/*.gcno
  34. /test/test.sh
  35. test/include/test/jemalloc_test.h
  36. test/include/test/jemalloc_test_defs.h
  37. /test/integration/[A-Za-z]*
  38. !/test/integration/[A-Za-z]*.*
  39. /test/integration/*.[od]
  40. /test/integration/*.gcda
  41. /test/integration/*.gcno
  42. /test/integration/*.out
  43. /test/src/*.[od]
  44. /test/src/*.gcda
  45. /test/src/*.gcno
  46. /test/stress/[A-Za-z]*
  47. !/test/stress/[A-Za-z]*.*
  48. /test/stress/*.[od]
  49. /test/stress/*.gcda
  50. /test/stress/*.gcno
  51. /test/stress/*.out
  52. /test/unit/[A-Za-z]*
  53. !/test/unit/[A-Za-z]*.*
  54. /test/unit/*.[od]
  55. /test/unit/*.gcda
  56. /test/unit/*.gcno
  57. /test/unit/*.out
  58. /VERSION