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