.gitignore: Ignore disclaim tests executables
[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 *.la
7 *.lib
8 *.lo
9 *.o
10 *.obj
11
12 /.deps/
13 /.libs/
14 /Makefile
15 /add_gc_prefix
16 /base_lib
17 /bdw-gc.pc
18 /c++
19 /config.log
20 /config.status
21 /cord/cordtest
22 /cord/de
23 /cord/de_win.rbj
24 /cord/de_win.res
25 /cord/tests/de_win.res
26 /cordtest
27 /core
28 /de
29 /disclaim_bench
30 /disclaim_test
31 /gc-*
32 /gc.a
33 /gcname
34 /gctest
35 /hugetest
36 /if_mach
37 /if_not_there
38 /initsecondarythread
39 /leaktest
40 /libtool
41 /middletest
42 /realloc_test
43 /setjmp_test
44 /smashtest
45 /staticrootstest
46 /subthread_create
47 /test_cpp
48 /threadkey_test
49 /threadleaktest
50 /threadlibs
51 /tracetest
52
53 /include/private/config.h
54 /include/private/config.h.in~
55 /include/private/stamp-h1
56
57 # External library (without trailing slash to allow symlinks):
58 /libatomic_ops*
59
60 # These files are generated by autoreconf:
61 /Makefile.in
62 /aclocal.m4
63 /autom4te.cache/
64 /compile
65 /config.guess
66 /config.sub
67 /configure
68 /depcomp
69 /include/private/config.h.in
70 /install-sh
71 /ltmain.sh
72 /m4/libtool.m4
73 /m4/ltoptions.m4
74 /m4/ltsugar.m4
75 /m4/ltversion.m4
76 /m4/lt~obsolete.m4
77 /missing
78 /mkinstalldirs
79
80 # These files are generated by CMake:
81 /*.vcxproj
82 /*.vcxproj.filters
83 /CMakeCache.txt
84 /CMakeFiles/
85 /cmake_install.cmake
86 /gc.sln
87 /tests/*.vcxproj
88 /tests/*.vcxproj.filters
89 /tests/CMakeFiles/
90 /tests/Makefile
91 /tests/cmake_install.cmake
92
93 # Rarely generated files (mostly by some Win/DOS compilers):
94 /*.bsc
95 /*.csm
96 /*.err
97 /*.exp
98 /*.lb1
99 /*.lnk
100 /*.map
101 /*.out
102 /*.pdb
103 /*.rbj
104 /*.res
105 /*.sbr
106 /*.stackdump
107 /*.sym
108 /*.tmp