.gitignore: Ignore .copied.c, .dll.manifest, idb, ilk files (MSVC)
[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 .dirstamp
16 /*.gc.log
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 /c++
27 /config.cache
28 /config.log
29 /config.status
30 /cord/cordtest
31 /cord/de
32 /cord/de_win.rbj
33 /cord/de_win.res
34 /cord/tests/de_win.res
35 /cordtest
36 /core
37 /de
38 /disclaim_bench
39 /disclaim_test
40 /gc-*
41 /gc.a
42 /gc.log
43 /gcname
44 /gctest
45 /hugetest
46 /if_mach
47 /if_not_there
48 /initsecondarythread_test
49 /leaktest
50 /libtool
51 /middletest
52 /realloc_test
53 /setjmp_test
54 /smashtest
55 /staticrootstest
56 /subthreadcreate_test
57 /test-suite.log
58 /test_cpp
59 /test_cpp.log
60 /test_cpp.trs
61 /threadkey_test
62 /threadleaktest
63 /threadlibs
64 /tracetest
65
66 # Config, dependency and stamp files generated by configure:
67 .deps/
68 config.h
69 config.h.in~
70 stamp-h1
71
72 # External library (without trailing slash to allow symlinks):
73 /libatomic_ops*
74 /pthreads-w32*
75
76 # These files are generated by autoreconf:
77 /Makefile.in
78 /aclocal.m4
79 /autom4te.cache/
80 /compile
81 /config.guess
82 /config.sub
83 /configure
84 /depcomp
85 /include/config.h.in
86 /install-sh
87 /ltmain.sh
88 /m4/libtool.m4
89 /m4/ltoptions.m4
90 /m4/ltsugar.m4
91 /m4/ltversion.m4
92 /m4/lt~obsolete.m4
93 /missing
94 /mkinstalldirs
95 /test-driver
96
97 # These files are generated by CMake:
98 /*.vcxproj
99 /*.vcxproj.filters
100 /CMakeCache.txt
101 /CMakeFiles/
102 /cmake_install.cmake
103 /gc.sln
104 /tests/*.vcxproj
105 /tests/*.vcxproj.filters
106 /tests/CMakeFiles/
107 /tests/Makefile
108 /tests/cmake_install.cmake
109
110 # Rarely generated files (mostly by some Win/DOS compilers):
111 /*.copied.c
112 /*.csm
113 /*.err
114 /*.lb1
115 /*.lnk
116 /*.map
117 /*.out
118 /*.rbj
119 /*.res
120 /*.stackdump
121 /*.sym
122 /*.tmp
123 *.bsc
124 *.dll.manifest
125 *.exp
126 *.idb
127 *.ilk
128 *.pdb
129 *.sbr
130
131 # Stuff from VS build system and IDE
132 *.vcproj.*.user