.gitignore 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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/jemalloc.h
  28. /include/jemalloc/jemalloc_defs.h
  29. /include/jemalloc/jemalloc_macros.h
  30. /include/jemalloc/jemalloc_mangle.h
  31. /include/jemalloc/jemalloc_mangle_jet.h
  32. /include/jemalloc/jemalloc_protos.h
  33. /include/jemalloc/jemalloc_protos_jet.h
  34. /include/jemalloc/jemalloc_rename.h
  35. /include/jemalloc/jemalloc_typedefs.h
  36. /src/*.[od]
  37. /src/*.sym
  38. /run_tests.out/
  39. /test/test.sh
  40. test/include/test/jemalloc_test.h
  41. test/include/test/jemalloc_test_defs.h
  42. /test/integration/[A-Za-z]*
  43. !/test/integration/[A-Za-z]*.*
  44. /test/integration/*.[od]
  45. /test/integration/*.out
  46. /test/integration/cpp/[A-Za-z]*
  47. !/test/integration/cpp/[A-Za-z]*.*
  48. /test/integration/cpp/*.[od]
  49. /test/integration/cpp/*.out
  50. /test/src/*.[od]
  51. /test/stress/[A-Za-z]*
  52. !/test/stress/[A-Za-z]*.*
  53. /test/stress/*.[od]
  54. /test/stress/*.out
  55. /test/unit/[A-Za-z]*
  56. !/test/unit/[A-Za-z]*.*
  57. /test/unit/*.[od]
  58. /test/unit/*.out
  59. /VERSION
  60. *.pdb
  61. *.sdf
  62. *.opendb
  63. *.VC.db
  64. *.opensdf
  65. *.cachefile
  66. *.suo
  67. *.user
  68. *.sln.docstates
  69. *.tmp
  70. .vs/
  71. /msvc/Win32/
  72. /msvc/x64/
  73. /msvc/projects/*/*/Debug*/
  74. /msvc/projects/*/*/Release*/
  75. /msvc/projects/*/*/Win32/
  76. /msvc/projects/*/*/x64/