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