.gitignore: Ignore exe files in tests (produced by CMake).
[platform/upstream/libgc.git] / .gitignore
1 # Ignored files in bdwgc Git repo.
2
3 # Binary files:
4 /*.dll
5 /*.exe
6 /*.la
7 /*.lib
8 /*.lo
9 /*.o
10 /*.obj
11 /src/*.lo
12 /src/*.o
13 /tests/*.exe
14
15 /.deps/
16 /.libs/
17 /Makefile
18 /add_gc_prefix
19 /bdw-gc.pc
20 /config.log
21 /config.status
22 /cordtest
23 /core
24 /de
25 /gc-*
26 /gcname
27 /gctest
28 /hugetest
29 /if_mach
30 /if_not_there
31 /initsecondarythread
32 /leaktest
33 /libtool
34 /middletest
35 /realloc_test
36 /setjmp_test
37 /smashtest
38 /staticrootstest
39 /test_cpp
40 /threadkey_test
41 /threadleaktest
42 /threadlibs
43
44 /include/private/config.h
45 /include/private/config.h.in~
46 /include/private/stamp-h1
47
48 # External library (without trailing slash to allow symlinks):
49 /libatomic_ops*
50
51 # These files are generated by autoreconf:
52 /Makefile.in
53 /aclocal.m4
54 /autom4te.cache/
55 /compile
56 /config.guess
57 /config.sub
58 /configure
59 /depcomp
60 /include/private/config.h.in
61 /install-sh
62 /ltmain.sh
63 /m4/libtool.m4
64 /m4/ltoptions.m4
65 /m4/ltsugar.m4
66 /m4/ltversion.m4
67 /m4/lt~obsolete.m4
68 /missing
69 /mkinstalldirs
70
71 # These files are generated by CMake:
72 /CMakeCache.txt
73 /CMakeFiles/
74 /cmake_install.cmake
75 /gc.sln
76 /tests/CMakeFiles/
77 /tests/cmake_install.cmake
78 /tests/Makefile
79
80 # Rarely generated files (mostly by some Win/DOS compilers):
81 /*.bsc
82 /*.csm
83 /*.err
84 /*.exp
85 /*.lb1
86 /*.lnk
87 /*.map
88 /*.out
89 /*.pdb
90 /*.rbj
91 /*.res
92 /*.sbr
93 /*.stackdump
94 /*.sym
95 /*.tmp