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