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