tests: Append _test suffix to 'initsecondarythread' binary file names
[platform/upstream/libgc.git] / .gitignore
1 # Ignored files in bdwgc Git repo.
2
3 # Binary files (in root dir, cord, src, tests):
4 *.dll
5 *.exe
6 *.gcda
7 *.gch
8 *.gcno
9 *.la
10 *.lib
11 *.lo
12 *.o
13 *.obj
14
15 /*.gc.log
16 /.deps/
17 /.libs/
18 /Makefile
19 /add_gc_prefix
20 /base_lib
21 /bdw-gc.pc
22 /c++
23 /config.cache
24 /config.log
25 /config.status
26 /cord/cordtest
27 /cord/de
28 /cord/de_win.rbj
29 /cord/de_win.res
30 /cord/tests/de_win.res
31 /cordtest
32 /core
33 /de
34 /disclaim_bench
35 /disclaim_test
36 /gc-*
37 /gc.a
38 /gc.log
39 /gcname
40 /gctest
41 /hugetest
42 /if_mach
43 /if_not_there
44 /initsecondarythread_test
45 /leaktest
46 /libtool
47 /middletest
48 /realloc_test
49 /setjmp_test
50 /smashtest
51 /staticrootstest
52 /subthread_create
53 /test_cpp
54 /threadkey_test
55 /threadleaktest
56 /threadlibs
57 /tracetest
58
59 # Config and stamp files generated by configure:
60 config.h
61 config.h.in~
62 stamp-h1
63
64 # External library (without trailing slash to allow symlinks):
65 /libatomic_ops*
66 /pthreads-w32*
67
68 # These files are generated by autoreconf:
69 /Makefile.in
70 /aclocal.m4
71 /autom4te.cache/
72 /compile
73 /config.guess
74 /config.sub
75 /configure
76 /depcomp
77 /include/config.h.in
78 /install-sh
79 /ltmain.sh
80 /m4/libtool.m4
81 /m4/ltoptions.m4
82 /m4/ltsugar.m4
83 /m4/ltversion.m4
84 /m4/lt~obsolete.m4
85 /missing
86 /mkinstalldirs
87 /test-driver
88
89 # These files are generated by CMake:
90 /*.vcxproj
91 /*.vcxproj.filters
92 /CMakeCache.txt
93 /CMakeFiles/
94 /cmake_install.cmake
95 /gc.sln
96 /tests/*.vcxproj
97 /tests/*.vcxproj.filters
98 /tests/CMakeFiles/
99 /tests/Makefile
100 /tests/cmake_install.cmake
101
102 # Rarely generated files (mostly by some Win/DOS compilers):
103 /*.bsc
104 /*.csm
105 /*.err
106 /*.exp
107 /*.lb1
108 /*.lnk
109 /*.map
110 /*.out
111 /*.pdb
112 /*.rbj
113 /*.res
114 /*.sbr
115 /*.stackdump
116 /*.sym
117 /*.tmp