.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. /doc_internal/PROFILING_INTERNALS.pdf
  14. /jemalloc.pc
  15. /lib/
  16. /Makefile
  17. /include/jemalloc/internal/jemalloc_preamble.h
  18. /include/jemalloc/internal/jemalloc_internal_defs.h
  19. /include/jemalloc/internal/private_namespace.gen.h
  20. /include/jemalloc/internal/private_namespace.h
  21. /include/jemalloc/internal/private_namespace_jet.gen.h
  22. /include/jemalloc/internal/private_namespace_jet.h
  23. /include/jemalloc/internal/private_symbols.awk
  24. /include/jemalloc/internal/private_symbols_jet.awk
  25. /include/jemalloc/internal/public_namespace.h
  26. /include/jemalloc/internal/public_symbols.txt
  27. /include/jemalloc/internal/public_unnamespace.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/cpp/
  45. !/test/integration/[A-Za-z]*.*
  46. /test/integration/*.[od]
  47. /test/integration/*.out
  48. /test/integration/cpp/[A-Za-z]*
  49. !/test/integration/cpp/[A-Za-z]*.*
  50. /test/integration/cpp/*.[od]
  51. /test/integration/cpp/*.out
  52. /test/src/*.[od]
  53. /test/stress/[A-Za-z]*
  54. !/test/stress/[A-Za-z]*.*
  55. /test/stress/*.[od]
  56. /test/stress/*.out
  57. /test/unit/[A-Za-z]*
  58. !/test/unit/[A-Za-z]*.*
  59. /test/unit/*.[od]
  60. /test/unit/*.out
  61. /test/analyze/[A-Za-z]*
  62. !/test/analyze/[A-Za-z]*.*
  63. /test/analyze/*.[od]
  64. /test/analyze/*.out
  65. /VERSION
  66. *.pdb
  67. *.sdf
  68. *.opendb
  69. *.VC.db
  70. *.opensdf
  71. *.cachefile
  72. *.suo
  73. *.user
  74. *.sln.docstates
  75. *.tmp
  76. .vs/
  77. /msvc/Win32/
  78. /msvc/x64/
  79. /msvc/projects/*/*/Debug*/
  80. /msvc/projects/*/*/Release*/
  81. /msvc/projects/*/*/Win32/
  82. /msvc/projects/*/*/x64/