Move "cord" library tests to "cord/tests" folder.
[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 /gc-*
30 /gc.a
31 /gcname
32 /gctest
33 /hugetest
34 /if_mach
35 /if_not_there
36 /initsecondarythread
37 /leaktest
38 /libtool
39 /middletest
40 /realloc_test
41 /setjmp_test
42 /smashtest
43 /staticrootstest
44 /test_cpp
45 /threadkey_test
46 /threadleaktest
47 /threadlibs
48
49 /include/private/config.h
50 /include/private/config.h.in~
51 /include/private/stamp-h1
52
53 # External library (without trailing slash to allow symlinks):
54 /libatomic_ops*
55
56 # These files are generated by autoreconf:
57 /Makefile.in
58 /aclocal.m4
59 /autom4te.cache/
60 /compile
61 /config.guess
62 /config.sub
63 /configure
64 /depcomp
65 /include/private/config.h.in
66 /install-sh
67 /ltmain.sh
68 /m4/libtool.m4
69 /m4/ltoptions.m4
70 /m4/ltsugar.m4
71 /m4/ltversion.m4
72 /m4/lt~obsolete.m4
73 /missing
74 /mkinstalldirs
75
76 # These files are generated by CMake:
77 /*.vcxproj
78 /*.vcxproj.filters
79 /CMakeCache.txt
80 /CMakeFiles/
81 /cmake_install.cmake
82 /gc.sln
83 /tests/*.vcxproj
84 /tests/*.vcxproj.filters
85 /tests/CMakeFiles/
86 /tests/Makefile
87 /tests/cmake_install.cmake
88
89 # Rarely generated files (mostly by some Win/DOS compilers):
90 /*.bsc
91 /*.csm
92 /*.err
93 /*.exp
94 /*.lb1
95 /*.lnk
96 /*.map
97 /*.out
98 /*.pdb
99 /*.rbj
100 /*.res
101 /*.sbr
102 /*.stackdump
103 /*.sym
104 /*.tmp