123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- # Ignored files in bdwgc Git repo.
- # Binary files (in root dir, cord, tests):
- *.dll
- *.exe
- *.gcda
- *.gch
- *.gcno
- *.la
- *.lib
- *.lo
- *.o
- *.obj
- *.gc.log
- .dirstamp
- /*.a
- /*_bench.log
- /*_bench.trs
- /*_test
- /*test.log
- /*test.trs
- /.libs/
- /Makefile
- /add_gc_prefix
- /atomicopstest
- /base_lib
- /bdw-gc.pc
- /c++
- /config.cache
- /config.log
- /config.status
- /cord/cordtest
- /cord/de
- /cord/de_win.rbj
- /cord/de_win.res
- /cord/tests/de_win.rbj
- /cord/tests/de_win.res
- /cords
- /cordtest
- /core
- /cpptest
- /de
- /de.dir/
- /disclaim_bench
- /disclaimtest
- /dont_ar_1
- /dont_ar_3
- /dont_ar_4
- /gc-*
- /gc.log
- /gcname
- /gctest
- /gctest_dyn_link
- /gctest_irix_dyn_link
- /hugetest
- /if_mach
- /if_not_there
- /initfromthreadtest
- /leaktest
- /lib*.so
- /libtool
- /middletest
- /realloctest
- /smashtest
- /staticrootstest
- /subthreadcreatetest
- /sunos5gc.so
- /test-suite.log
- /test_atomic_ops
- /test_atomic_ops.log
- /test_atomic_ops.trs
- /test_cpp
- /test_cpp.cpp
- /test_cpp.log
- /test_cpp.trs
- /threadkeytest
- /threadleaktest
- /threadlibs
- /tracetest
- /weakmaptest
- /out/
- # Config, dependency and stamp files generated by configure:
- .deps/
- /include/config.h
- config.h.in~
- stamp-h1
- # External library (without trailing slash to allow symlinks):
- /libatomic_ops*
- /pthreads-w32*
- # These files are generated by autoreconf:
- /Makefile.in
- /aclocal.m4
- /autom4te.cache/
- /compile
- /config.guess
- /config.sub
- /configure
- /depcomp
- /include/config.h.in
- /install-sh
- /ltmain.sh
- /m4/libtool.m4
- /m4/ltoptions.m4
- /m4/ltsugar.m4
- /m4/ltversion.m4
- /m4/lt~obsolete.m4
- /missing
- /mkinstalldirs
- /test-driver
- # These files are generated by CMake:
- *.tlog
- /*.vcxproj
- /*.vcxproj.filters
- /CMakeCache.txt
- /CMakeFiles/
- /DartConfiguration.tcl
- /Testing/Temporary/
- /cord/CMakeFiles/
- /cord/Makefile
- /gc.sln
- /tests/*.vcxproj
- /tests/*.vcxproj.filters
- /tests/*test
- /tests/CMakeFiles/
- /tests/Makefile
- /tests/test_cpp
- CTestTestfile.cmake
- cmake_install.cmake
- # Rarely generated files (mostly by some Win/DOS compilers):
- /*.copied.c
- /*.csm
- /*.err
- /*.i
- /*.lb1
- /*.lnk
- /*.map
- /*.out
- /*.rbj
- /*.res
- /*.stackdump
- /*.sym
- /*.tmp
- *.bsc
- *.dll.manifest
- *.exp
- *.idb
- *.ilk
- *.pdb
- *.sbr
- *.tds
- gc.def
- # Stuff from VS build system and IDE
- *.vcproj.*.user
- .vs/
- # Code analysis tools:
- *.c.gcov
- *.cc.gcov
- *.h.gcov
- *.sancov
- /.sv*-dir
- /cov-int
- /coverage.info
- /pvs-project.log
- /pvs-project.tasks
- /strace_out
|