libstdc++: Fix rounding in chrono::parse
[official-gcc.git] / .gitignore
blobf044fe16b5f6d9ddb824384717efcf7f89f19748
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
41 .vscode
43 .clang-format
44 .clang-tidy
45 .clangd
46 .cache
47 compile_commands.json
49 .gdbinit
50 .gdb_history
52 perf.data
53 perf.data.old
55 # ignore core files, but not java/net/protocol/core/
56 core
57 !core/
59 lost+found
61 # ignore ./contrib/gcc_update output
62 LAST_UPDATED
63 REVISION
65 stamp-*
66 *.stamp
68 # ignore in-tree prerequisites
69 /mpfr*
70 /mpc*
71 /gmp*
72 /isl*
73 /gettext*