]> git.ipfire.org Git - thirdparty/gcc.git/blame - .gitignore
testsuite: Fix coding style.
[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
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
c3e1e693
YG
35.local.vimrc
36.lvimrc
37
daa53f38 38.clang-format
1432bc36 39.clang-tidy
91eed5f2
ML
40.clangd
41compile_commands.json
daa53f38 42
7900ea7d
JM
43.gdbinit
44.gdb_history
45
46# ignore core files, but not java/net/protocol/core/
47core
48!core/
49
50lost+found
29d0a43c
RH
51
52# ignore ./contrib/gcc_update output
53LAST_UPDATED
54REVISION
51389084
JM
55
56# ignore in-tree prerequisites
57/mpfr*
58/mpc*
59/gmp*
60/isl*