Workaround 'label handle_thr_start is not used' cppcheck style warning
[platform/upstream/libgc.git] / .gitignore
index bd19897..a512067 100644 (file)
@@ -1,56 +1,99 @@
 # Ignored files in bdwgc Git repo.
 
-# Binary files (in root dir, cord, src, tests):
+# Binary files (in root dir, cord, tests):
 *.dll
 *.exe
+*.gcda
+*.gch
+*.gcno
 *.la
 *.lib
 *.lo
 *.o
 *.obj
 
-/.deps/
+*.gc.log
+.dirstamp
+/*.a
+/*_bench.log
+/*_bench.trs
+/*test.log
+/*test.trs
 /.libs/
 /Makefile
 /add_gc_prefix
 /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
 /de
+/de.dir/
+/disclaim_bench
+/disclaim_test
+/disclaim_weakmap_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
+/initsecondarythread_test
 /leaktest
+/libalphagc.so
+/libcord.so
+/libgc.so
+/libgccpp.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
 
-/include/private/config.h
-/include/private/config.h.in~
-/include/private/stamp-h1
+/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
 /config.sub
 /configure
 /depcomp
-/include/private/config.h.in
+/include/config.h.in
 /install-sh
 /ltmain.sh
 /m4/libtool.m4
 /m4/lt~obsolete.m4
 /missing
 /mkinstalldirs
+/test-driver
 
 # These files are generated by CMake:
+*.tlog
 /*.vcxproj
 /*.vcxproj.filters
 /CMakeCache.txt
 /CMakeFiles/
-/cmake_install.cmake
+/DartConfiguration.tcl
+/Testing/Temporary/
+/cord/CMakeFiles/
+/cord/Makefile
 /gc.sln
+/libgc*-dll.so
 /tests/*.vcxproj
 /tests/*.vcxproj.filters
+/tests/*test
 /tests/CMakeFiles/
 /tests/Makefile
-/tests/cmake_install.cmake
+/tests/test_cpp
+CTestTestfile.cmake
+cmake_install.cmake
 
 # Rarely generated files (mostly by some Win/DOS compilers):
-/*.bsc
+/*.copied.c
 /*.csm
 /*.err
-/*.exp
+/*.i
 /*.lb1
 /*.lnk
 /*.map
 /*.out
-/*.pdb
 /*.rbj
 /*.res
-/*.sbr
 /*.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