Daily bump.
[official-gcc.git] / .gitignore
blob93a16b0b950c98bd53e0fd3a51616bed5503ceb5
1 *.diff
2 *.patch
3 *.orig
4 *.rej
6 *~
7 .#*
8 *#
9 .*.swp
11 *.flt
12 *.gmo
13 *.info
14 *.la
15 *.lo
16 *.o
17 *.pyc
18 *.tmp
19 *.a
21 .deps
22 .libs
24 autom4te.cache
25 config.cache
26 # GCC does not support in-tree builds, do not conceal a stray config.h:
27 # config.h
28 config.intl
29 config.log
30 config.status
31 libtool
32 POTFILES
33 *-POTFILES
35 TAGS
36 TAGS.sub
37 cscope.out
39 .local.vimrc
40 .lvimrc
42 .clang-format
43 .clang-tidy
44 .clangd
45 .cache
46 compile_commands.json
48 .gdbinit
49 .gdb_history
51 perf.data
52 perf.data.old
54 # ignore core files, but not java/net/protocol/core/
55 core
56 !core/
58 lost+found
60 # ignore ./contrib/gcc_update output
61 LAST_UPDATED
62 REVISION
64 stamp-*
65 *.stamp
67 # ignore in-tree prerequisites
68 /mpfr*
69 /mpc*
70 /gmp*
71 /isl*
72 /gettext*