]> git.ipfire.org Git - thirdparty/gcc.git/blame - .gitignore
Update libbid according to the latest Intel Decimal Floating-Point Math Library.
[thirdparty/gcc.git] / .gitignore
CommitLineData
7900ea7d
JM
1*.diff
2*.patch
3*.orig
4*.rej
5
6*~
7.#*
8*#
ad8f6e23 9.*.swp
7900ea7d
JM
10
11*.flt
12*.gmo
13*.info
14*.la
15*.lo
16*.o
17*.pyc
18*.tmp
cf442555 19*.a
7900ea7d
JM
20
21.deps
22.libs
23
24autom4te.cache
25config.cache
4a8aab9a
AM
26# GCC does not support in-tree builds, do not conceal a stray config.h:
27# config.h
7900ea7d
JM
28config.intl
29config.log
30config.status
31libtool
32POTFILES
33*-POTFILES
34
35TAGS
36TAGS.sub
2898a02f 37cscope.out
7900ea7d 38
c3e1e693
YG
39.local.vimrc
40.lvimrc
41
daa53f38 42.clang-format
1432bc36 43.clang-tidy
91eed5f2 44.clangd
82e44f5c 45.cache
91eed5f2 46compile_commands.json
daa53f38 47
7900ea7d
JM
48.gdbinit
49.gdb_history
50
cf442555
SM
51perf.data
52perf.data.old
53
7900ea7d
JM
54# ignore core files, but not java/net/protocol/core/
55core
56!core/
57
58lost+found
29d0a43c
RH
59
60# ignore ./contrib/gcc_update output
61LAST_UPDATED
62REVISION
51389084 63
cf442555
SM
64stamp-*
65*.stamp
66
51389084
JM
67# ignore in-tree prerequisites
68/mpfr*
69/mpc*
70/gmp*
71/isl*
db50aea6 72/gettext*