Fix base class function call
[binutils-gdb.git] / .gitignore
blob356b2eb94bf8d318c6ce421664832a35bd5a9229
1 *.diff
2 *.patch
3 *.orig
4 *.rej
6 *~
7 .#*
8 *#
10 *.flt
11 *.gmo
12 *.info
13 *.la
14 *.lo
15 *.o
16 *.pyc
17 *.tmp
18 *.a
20 .deps
21 .libs
23 autom4te.cache
24 config.cache
25 config.h
26 config.intl
27 config.log
28 config.status
29 libtool
30 POTFILES
31 *-POTFILES
33 TAGS
34 TAGS.sub
36 .local.vimrc
37 .lvimrc
39 .clang-format
41 .gdbinit
42 .gdb_history
44 perf.data
45 perf.data.old
47 # ignore core files, but not java/net/protocol/core/
48 core
49 !core/
51 lost+found
53 # ignore ./contrib/gcc_update output
54 LAST_UPDATED
55 REVISION
57 stamp-*
58 *.stamp
60 # ignore in-tree prerequisites
61 /mpfr*
62 /mpc*
63 /gmp*
64 /isl*