Fix: nm: SEGV at bfd/elf.c:2267 in _bfd_elf_get_dynamic_symbols
[binutils-gdb.git] / .gitignore
blobd44f60295d079e2481c5949aeede221f5c731ccd
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
40 .clang-tidy
41 .clangd
42 .cache
43 compile_commands.json
45 .gdbinit
46 .gdb_history
48 perf.data
49 perf.data.old
51 # gnu global files
52 GPATH
53 GRTAGS
54 GTAGS
55 GSYMS
57 # ignore core files, but not java/net/protocol/core/
58 core
59 !core/
61 lost+found
63 # ignore ./contrib/gcc_update output
64 LAST_UPDATED
65 REVISION
67 stamp-*
68 *.stamp
70 # ignore in-tree prerequisites
71 /mpfr*
72 /mpc*
73 /gmp*
74 /isl*