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