testsuite/ix86: prune MMX ABI warning
[official-gcc.git] / .gitignore
blob021a8c74185642ddb8fab84f83e245518f261075
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 config.h
27 config.intl
28 config.log
29 config.status
30 libtool
31 POTFILES
32 *-POTFILES
34 TAGS
35 TAGS.sub
36 cscope.out
38 .local.vimrc
39 .lvimrc
41 .clang-format
42 .clang-tidy
43 .clangd
44 .cache
45 compile_commands.json
47 .gdbinit
48 .gdb_history
50 perf.data
51 perf.data.old
53 # ignore core files, but not java/net/protocol/core/
54 core
55 !core/
57 lost+found
59 # ignore ./contrib/gcc_update output
60 LAST_UPDATED
61 REVISION
63 stamp-*
64 *.stamp
66 # ignore in-tree prerequisites
67 /mpfr*
68 /mpc*
69 /gmp*
70 /isl*