.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. # Ignored files in bdwgc Git repo.
  2. # Binary files (in root dir, cord, tests):
  3. *.dll
  4. *.exe
  5. *.gcda
  6. *.gch
  7. *.gcno
  8. *.la
  9. *.lib
  10. *.lo
  11. *.o
  12. *.obj
  13. *.gc.log
  14. .dirstamp
  15. /*.a
  16. /*_bench.log
  17. /*_bench.trs
  18. /*_test
  19. /*test.log
  20. /*test.trs
  21. /.libs/
  22. /Makefile
  23. /add_gc_prefix
  24. /atomicopstest
  25. /base_lib
  26. /bdw-gc.pc
  27. /c++
  28. /config.cache
  29. /config.log
  30. /config.status
  31. /cord/cordtest
  32. /cord/de
  33. /cord/de_win.rbj
  34. /cord/de_win.res
  35. /cord/tests/de_win.rbj
  36. /cord/tests/de_win.res
  37. /cords
  38. /cordtest
  39. /core
  40. /cpptest
  41. /de
  42. /de.dir/
  43. /disclaim_bench
  44. /disclaimtest
  45. /dont_ar_1
  46. /dont_ar_3
  47. /dont_ar_4
  48. /gc-*
  49. /gc.log
  50. /gcname
  51. /gctest
  52. /gctest_dyn_link
  53. /gctest_irix_dyn_link
  54. /hugetest
  55. /if_mach
  56. /if_not_there
  57. /initfromthreadtest
  58. /leaktest
  59. /lib*.so
  60. /libtool
  61. /middletest
  62. /realloctest
  63. /smashtest
  64. /staticrootstest
  65. /subthreadcreatetest
  66. /sunos5gc.so
  67. /test-suite.log
  68. /test_atomic_ops
  69. /test_atomic_ops.log
  70. /test_atomic_ops.trs
  71. /test_cpp
  72. /test_cpp.cpp
  73. /test_cpp.log
  74. /test_cpp.trs
  75. /threadkeytest
  76. /threadleaktest
  77. /threadlibs
  78. /tracetest
  79. /weakmaptest
  80. /out/
  81. # Config, dependency and stamp files generated by configure:
  82. .deps/
  83. /include/config.h
  84. config.h.in~
  85. stamp-h1
  86. # External library (without trailing slash to allow symlinks):
  87. /libatomic_ops*
  88. /pthreads-w32*
  89. # These files are generated by autoreconf:
  90. /Makefile.in
  91. /aclocal.m4
  92. /autom4te.cache/
  93. /compile
  94. /config.guess
  95. /config.sub
  96. /configure
  97. /depcomp
  98. /include/config.h.in
  99. /install-sh
  100. /ltmain.sh
  101. /m4/libtool.m4
  102. /m4/ltoptions.m4
  103. /m4/ltsugar.m4
  104. /m4/ltversion.m4
  105. /m4/lt~obsolete.m4
  106. /missing
  107. /mkinstalldirs
  108. /test-driver
  109. # These files are generated by CMake:
  110. *.tlog
  111. /*.vcxproj
  112. /*.vcxproj.filters
  113. /CMakeCache.txt
  114. /CMakeFiles/
  115. /DartConfiguration.tcl
  116. /Testing/Temporary/
  117. /cord/CMakeFiles/
  118. /cord/Makefile
  119. /gc.sln
  120. /tests/*.vcxproj
  121. /tests/*.vcxproj.filters
  122. /tests/*test
  123. /tests/CMakeFiles/
  124. /tests/Makefile
  125. /tests/test_cpp
  126. CTestTestfile.cmake
  127. cmake_install.cmake
  128. # Rarely generated files (mostly by some Win/DOS compilers):
  129. /*.copied.c
  130. /*.csm
  131. /*.err
  132. /*.i
  133. /*.lb1
  134. /*.lnk
  135. /*.map
  136. /*.out
  137. /*.rbj
  138. /*.res
  139. /*.stackdump
  140. /*.sym
  141. /*.tmp
  142. *.bsc
  143. *.dll.manifest
  144. *.exp
  145. *.idb
  146. *.ilk
  147. *.pdb
  148. *.sbr
  149. *.tds
  150. gc.def
  151. # Stuff from VS build system and IDE
  152. *.vcproj.*.user
  153. .vs/
  154. # Code analysis tools:
  155. *.c.gcov
  156. *.cc.gcov
  157. *.h.gcov
  158. *.sancov
  159. /.sv*-dir
  160. /cov-int
  161. /coverage.info
  162. /pvs-project.log
  163. /pvs-project.tasks
  164. /strace_out