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