testsuite: Adjust nextafter and skip profile-info-section on AIX.
[official-gcc.git] / .gitignore
blob1a29029895aa544fc12b8a214ced77a451cbbc73
1 *.diff
2 *.patch
3 *.orig
4 *.rej
6 *~
7 .#*
8 *#
10 *.flt
11 *.gmo
12 *.info
13 *.la
14 *.lo
15 *.o
16 *.pyc
17 *.tmp
19 .deps
20 .libs
22 autom4te.cache
23 config.cache
24 config.h
25 config.intl
26 config.log
27 config.status
28 libtool
29 POTFILES
30 *-POTFILES
32 TAGS
33 TAGS.sub
35 .local.vimrc
36 .lvimrc
38 .clang-format
39 .clang-tidy
40 .clangd
41 .cache
42 compile_commands.json
44 .gdbinit
45 .gdb_history
47 # ignore core files, but not java/net/protocol/core/
48 core
49 !core/
51 lost+found
53 # ignore ./contrib/gcc_update output
54 LAST_UPDATED
55 REVISION
57 # ignore in-tree prerequisites
58 /mpfr*
59 /mpc*
60 /gmp*
61 /isl*