]> git.ipfire.org Git - thirdparty/gcc.git/blob - .gitignore
gcov-tool: fix merge operation for summary
[thirdparty/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
19 .deps
20 .libs
21
22 autom4te.cache
23 config.cache
24 config.h
25 config.intl
26 config.log
27 config.status
28 libtool
29 POTFILES
30 *-POTFILES
31
32 TAGS
33 TAGS.sub
34
35 .local.vimrc
36 .lvimrc
37
38 .clang-format
39 .clang-tidy
40 .clangd
41 compile_commands.json
42
43 .gdbinit
44 .gdb_history
45
46 # ignore core files, but not java/net/protocol/core/
47 core
48 !core/
49
50 lost+found
51
52 # ignore ./contrib/gcc_update output
53 LAST_UPDATED
54 REVISION
55
56 # ignore in-tree prerequisites
57 /mpfr*
58 /mpc*
59 /gmp*
60 /isl*