.gitignore 1.5 KB

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