configure.ac: Factor out common cases for compare_exclusions.
[official-gcc.git] / .gitignore
blobd9d3967a12c6c2a32caad71e1e82d1080a9bcb3d
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
19 .deps
20 .libs
22 autom4te.cache
23 config.cache
24 config.h
25 config.intl
26 config.log
27 config.status
28 libtool
29 POTFILES
30 *-POTFILES
32 TAGS
33 TAGS.sub
35 .local.vimrc
36 .lvimrc
38 .clang-format
39 .clangd
40 compile_commands.json
42 .gdbinit
43 .gdb_history
45 # ignore core files, but not java/net/protocol/core/
46 core
47 !core/
49 lost+found
51 # ignore ./contrib/gcc_update output
52 LAST_UPDATED
53 REVISION
55 # ignore in-tree prerequisites
56 /mpfr*
57 /mpc*
58 /gmp*
59 /isl*