Fix TARGET_SOFT_FLOAT patterns in pa.md
[official-gcc.git] / .gitignore
blob14ee0325176189bbe57a1e0afeb02a4a083c92c8
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
18 *.a
20 .deps
21 .libs
23 autom4te.cache
24 config.cache
25 config.h
26 config.intl
27 config.log
28 config.status
29 libtool
30 POTFILES
31 *-POTFILES
33 TAGS
34 TAGS.sub
35 cscope.out
37 .local.vimrc
38 .lvimrc
40 .clang-format
41 .clang-tidy
42 .clangd
43 .cache
44 compile_commands.json
46 .gdbinit
47 .gdb_history
49 perf.data
50 perf.data.old
52 # ignore core files, but not java/net/protocol/core/
53 core
54 !core/
56 lost+found
58 # ignore ./contrib/gcc_update output
59 LAST_UPDATED
60 REVISION
62 stamp-*
63 *.stamp
65 # ignore in-tree prerequisites
66 /mpfr*
67 /mpc*
68 /gmp*
69 /isl*