]> git.ipfire.org Git - thirdparty/gcc.git/blame - .gitignore
PR tree-optimization/83821 - local aggregate initialization defeats strlen optimization
[thirdparty/gcc.git] / .gitignore
CommitLineData
892c2426 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
18
19.deps
20.libs
21
22autom4te.cache
23config.cache
24config.h
25config.intl
26config.log
27config.status
28libtool
29POTFILES
30*-POTFILES
31
32TAGS
33TAGS.sub
34
d10a337d 35.local.vimrc
36.lvimrc
37
d666ba1d 38.clang-format
17f66fbb 39.clangd
40compile_commands.json
d666ba1d 41
892c2426 42.gdbinit
43.gdb_history
44
45# ignore core files, but not java/net/protocol/core/
46core
47!core/
48
49lost+found
2556a4ed 50
51# ignore ./contrib/gcc_update output
52LAST_UPDATED
53REVISION
8e84d0a7 54
55# ignore in-tree prerequisites
56/mpfr*
57/mpc*
58/gmp*
59/isl*