.gitignore: Ignore cord/tests/de_win.rbj
[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.rbj
37 /cord/tests/de_win.res
38 /cordtest
39 /core
40 /de
41 /disclaim_bench
42 /disclaim_test
43 /gc-*
44 /gc.a
45 /gc.log
46 /gcname
47 /gctest
48 /gctest_dyn_link
49 /gctest_irix_dyn_link
50 /hugetest
51 /if_mach
52 /if_not_there
53 /initsecondarythread_test
54 /leaktest
55 /libalphagc.so
56 /libgc.so
57 /libirixgc.so
58 /liblinuxgc.so
59 /libtool
60 /middletest
61 /realloc_test
62 /setjmp_test
63 /smashtest
64 /staticrootstest
65 /subthreadcreate_test
66 /sunos5gc.so
67 /test-suite.log
68 /test_cpp
69 /test_cpp.cpp
70 /test_cpp.log
71 /test_cpp.trs
72 /threadkey_test
73 /threadleaktest
74 /threadlibs
75 /tracetest
76
77 # Config, dependency and stamp files generated by configure:
78 .deps/
79 config.h
80 config.h.in~
81 stamp-h1
82
83 # External library (without trailing slash to allow symlinks):
84 /libatomic_ops*
85 /pthreads-w32*
86
87 # These files are generated by autoreconf:
88 /Makefile.in
89 /aclocal.m4
90 /autom4te.cache/
91 /compile
92 /config.guess
93 /config.sub
94 /configure
95 /depcomp
96 /include/config.h.in
97 /install-sh
98 /ltmain.sh
99 /m4/libtool.m4
100 /m4/ltoptions.m4
101 /m4/ltsugar.m4
102 /m4/ltversion.m4
103 /m4/lt~obsolete.m4
104 /missing
105 /mkinstalldirs
106 /test-driver
107
108 # These files are generated by CMake:
109 *.tlog
110 /*.vcxproj
111 /*.vcxproj.filters
112 /CMakeCache.txt
113 /CMakeFiles/
114 /CTestTestfile.cmake
115 /DartConfiguration.tcl
116 /Testing/Temporary/
117 /cmake_install.cmake
118 /gc.sln
119 /libgc*-dll.so
120 /libgc*-lib.a
121 /tests/*.vcxproj
122 /tests/*.vcxproj.filters
123 /tests/*test
124 /tests/CMakeFiles/
125 /tests/CTestTestfile.cmake
126 /tests/Makefile
127 /tests/cmake_install.cmake
128 /tests/test_cpp
129
130 # Rarely generated files (mostly by some Win/DOS compilers):
131 /*.copied.c
132 /*.csm
133 /*.err
134 /*.i
135 /*.lb1
136 /*.lnk
137 /*.map
138 /*.out
139 /*.rbj
140 /*.res
141 /*.stackdump
142 /*.sym
143 /*.tmp
144 *.bsc
145 *.dll.manifest
146 *.exp
147 *.idb
148 *.ilk
149 *.pdb
150 *.sbr
151
152 # Stuff from VS build system and IDE
153 *.vcproj.*.user
154
155 # Code analysis tools:
156 *.c.gcov
157 *.cc.gcov
158 *.h.gcov
159 *.sancov
160 /.sv*-dir
161 /cov-int
162 /coverage.info
163 /pvs-project.log
164 /pvs-project.tasks
165 /strace_out