]> gcc.gnu.org Git - gcc.git/blame - .gitignore
Go testsuite: update semi6.go from source repo
[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 40.clangd
82e44f5c 41.cache
91eed5f2 42compile_commands.json
daa53f38 43
7900ea7d
JM
44.gdbinit
45.gdb_history
46
47# ignore core files, but not java/net/protocol/core/
48core
49!core/
50
51lost+found
29d0a43c
RH
52
53# ignore ./contrib/gcc_update output
54LAST_UPDATED
55REVISION
51389084
JM
56
57# ignore in-tree prerequisites
58/mpfr*
59/mpc*
60/gmp*
61/isl*
This page took 0.503516 seconds and 5 git commands to generate.