]> git.ipfire.org Git - thirdparty/gcc.git/blame_incremental - .gitignore
PR c++/87554 - ICE with extern template and reference member.
[thirdparty/gcc.git] / .gitignore
... / ...
CommitLineData
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
35.local.vimrc
36.lvimrc
37
38.clang-format
39
40.gdbinit
41.gdb_history
42
43# ignore core files, but not java/net/protocol/core/
44core
45!core/
46
47lost+found
48
49# ignore ./contrib/gcc_update output
50LAST_UPDATED
51REVISION
52
53# ignore in-tree prerequisites
54/mpfr*
55/mpc*
56/gmp*
57/isl*