.gitignore: Ignore auto-generated test_cpp.cpp
[platform/upstream/libgc.git] / .gitignore
1 # Ignored files in bdwgc Git repo.
2
3 # Binary files (in root dir, cord, 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 .dirstamp
17 /*_bench.log
18 /*_bench.trs
19 /*test.log
20 /*test.trs
21 /.libs/
22 /Makefile
23 /add_gc_prefix
24 /base_lib
25 /bdw-gc.pc
26 /bsd-libgc.a
27 /bsd-libleak.a
28 /c++
29 /config.cache
30 /config.log
31 /config.status
32 /cord/cordtest
33 /cord/de
34 /cord/de_win.rbj
35 /cord/de_win.res
36 /cord/tests/de_win.res
37 /cordtest
38 /core
39 /de
40 /disclaim_bench
41 /disclaim_test
42 /gc-*
43 /gc.a
44 /gc.log
45 /gcname
46 /gctest
47 /gctest_dyn_link
48 /gctest_irix_dyn_link
49 /hugetest
50 /if_mach
51 /if_not_there
52 /initsecondarythread_test
53 /leaktest
54 /libalphagc.so
55 /libgc.so
56 /libirixgc.so
57 /liblinuxgc.so
58 /libtool
59 /middletest
60 /realloc_test
61 /setjmp_test
62 /smashtest
63 /staticrootstest
64 /subthreadcreate_test
65 /sunos5gc.so
66 /test-suite.log
67 /test_cpp
68 /test_cpp.cpp
69 /test_cpp.log
70 /test_cpp.trs
71 /threadkey_test
72 /threadleaktest
73 /threadlibs
74 /tracetest
75
76 # Config, dependency and stamp files generated by configure:
77 .deps/
78 config.h
79 config.h.in~
80 stamp-h1
81
82 # External library (without trailing slash to allow symlinks):
83 /libatomic_ops*
84 /pthreads-w32*
85
86 # These files are generated by autoreconf:
87 /Makefile.in
88 /aclocal.m4
89 /autom4te.cache/
90 /compile
91 /config.guess
92 /config.sub
93 /configure
94 /depcomp
95 /include/config.h.in
96 /install-sh
97 /ltmain.sh
98 /m4/libtool.m4
99 /m4/ltoptions.m4
100 /m4/ltsugar.m4
101 /m4/ltversion.m4
102 /m4/lt~obsolete.m4
103 /missing
104 /mkinstalldirs
105 /test-driver
106
107 # These files are generated by CMake:
108 *.tlog
109 /*.vcxproj
110 /*.vcxproj.filters
111 /CMakeCache.txt
112 /CMakeFiles/
113 /CTestTestfile.cmake
114 /DartConfiguration.tcl
115 /Testing/Temporary/
116 /cmake_install.cmake
117 /gc.sln
118 /libgc*-dll.so
119 /libgc*-lib.a
120 /tests/*.vcxproj
121 /tests/*.vcxproj.filters
122 /tests/*test
123 /tests/CMakeFiles/
124 /tests/CTestTestfile.cmake
125 /tests/Makefile
126 /tests/cmake_install.cmake
127 /tests/test_cpp
128
129 # Rarely generated files (mostly by some Win/DOS compilers):
130 /*.copied.c
131 /*.csm
132 /*.err
133 /*.i
134 /*.lb1
135 /*.lnk
136 /*.map
137 /*.out
138 /*.rbj
139 /*.res
140 /*.stackdump
141 /*.sym
142 /*.tmp
143 *.bsc
144 *.dll.manifest
145 *.exp
146 *.idb
147 *.ilk
148 *.pdb
149 *.sbr
150
151 # Stuff from VS build system and IDE
152 *.vcproj.*.user
153
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