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