468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
173 lines
2.3 KiB
Plaintext
173 lines
2.3 KiB
Plaintext
# 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
|
|
/*_bench.log
|
|
/*_bench.trs
|
|
/*test.log
|
|
/*test.trs
|
|
/.libs/
|
|
/Makefile
|
|
/add_gc_prefix
|
|
/base_lib
|
|
/bdw-gc.pc
|
|
/bsd-libgc.a
|
|
/bsd-libleak.a
|
|
/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
|
|
/de
|
|
/disclaim_bench
|
|
/disclaim_test
|
|
/dont_ar_1
|
|
/dont_ar_3
|
|
/dont_ar_4
|
|
/gc-*
|
|
/gc.a
|
|
/gc.log
|
|
/gcname
|
|
/gctest
|
|
/gctest_dyn_link
|
|
/gctest_irix_dyn_link
|
|
/hugetest
|
|
/if_mach
|
|
/if_not_there
|
|
/initsecondarythread_test
|
|
/leaktest
|
|
/libalphagc.so
|
|
/libgc.so
|
|
/libirixgc.so
|
|
/liblinuxgc.so
|
|
/libtool
|
|
/middletest
|
|
/realloc_test
|
|
/setjmp_test
|
|
/smashtest
|
|
/staticrootstest
|
|
/subthreadcreate_test
|
|
/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
|
|
/threadkey_test
|
|
/threadleaktest
|
|
/threadlibs
|
|
/tracetest
|
|
|
|
# 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/
|
|
/CTestTestfile.cmake
|
|
/DartConfiguration.tcl
|
|
/Testing/Temporary/
|
|
/cmake_install.cmake
|
|
/gc.sln
|
|
/libgc*-dll.so
|
|
/libgc*-lib.a
|
|
/tests/*.vcxproj
|
|
/tests/*.vcxproj.filters
|
|
/tests/*test
|
|
/tests/CMakeFiles/
|
|
/tests/CTestTestfile.cmake
|
|
/tests/Makefile
|
|
/tests/cmake_install.cmake
|
|
/tests/test_cpp
|
|
|
|
# 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
|
|
|
|
# Stuff from VS build system and IDE
|
|
*.vcproj.*.user
|
|
|
|
# Code analysis tools:
|
|
*.c.gcov
|
|
*.cc.gcov
|
|
*.h.gcov
|
|
*.sancov
|
|
/.sv*-dir
|
|
/cov-int
|
|
/coverage.info
|
|
/pvs-project.log
|
|
/pvs-project.tasks
|
|
/strace_out
|