2
0

.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /bin/jemalloc-config
  2. /bin/jemalloc.sh
  3. /bin/jeprof
  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. /jemalloc.pc
  14. /lib/
  15. /Makefile
  16. /include/jemalloc/internal/jemalloc_preamble.h
  17. /include/jemalloc/internal/jemalloc_internal_defs.h
  18. /include/jemalloc/internal/private_namespace.gen.h
  19. /include/jemalloc/internal/private_namespace.h
  20. /include/jemalloc/internal/private_namespace_jet.gen.h
  21. /include/jemalloc/internal/private_namespace_jet.h
  22. /include/jemalloc/internal/private_symbols.awk
  23. /include/jemalloc/internal/private_symbols_jet.awk
  24. /include/jemalloc/internal/public_namespace.h
  25. /include/jemalloc/internal/public_symbols.txt
  26. /include/jemalloc/internal/public_unnamespace.h
  27. /include/jemalloc/internal/size_classes.h
  28. /include/jemalloc/jemalloc.h
  29. /include/jemalloc/jemalloc_defs.h
  30. /include/jemalloc/jemalloc_macros.h
  31. /include/jemalloc/jemalloc_mangle.h
  32. /include/jemalloc/jemalloc_mangle_jet.h
  33. /include/jemalloc/jemalloc_protos.h
  34. /include/jemalloc/jemalloc_protos_jet.h
  35. /include/jemalloc/jemalloc_rename.h
  36. /include/jemalloc/jemalloc_typedefs.h
  37. /src/*.[od]
  38. /src/*.sym
  39. /run_tests.out/
  40. /test/test.sh
  41. test/include/test/jemalloc_test.h
  42. test/include/test/jemalloc_test_defs.h
  43. /test/integration/[A-Za-z]*
  44. !/test/integration/[A-Za-z]*.*
  45. /test/integration/*.[od]
  46. /test/integration/*.out
  47. /test/integration/cpp/[A-Za-z]*
  48. !/test/integration/cpp/[A-Za-z]*.*
  49. /test/integration/cpp/*.[od]
  50. /test/integration/cpp/*.out
  51. /test/src/*.[od]
  52. /test/stress/[A-Za-z]*
  53. !/test/stress/[A-Za-z]*.*
  54. /test/stress/*.[od]
  55. /test/stress/*.out
  56. /test/unit/[A-Za-z]*
  57. !/test/unit/[A-Za-z]*.*
  58. /test/unit/*.[od]
  59. /test/unit/*.out
  60. /VERSION
  61. *.pdb
  62. *.sdf
  63. *.opendb
  64. *.VC.db
  65. *.opensdf
  66. *.cachefile
  67. *.suo
  68. *.user
  69. *.sln.docstates
  70. *.tmp
  71. .vs/
  72. /msvc/Win32/
  73. /msvc/x64/
  74. /msvc/projects/*/*/Debug*/
  75. /msvc/projects/*/*/Release*/
  76. /msvc/projects/*/*/Win32/
  77. /msvc/projects/*/*/x64/