repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
riscv: Simplify output of MEM addresses
[official-gcc.git]
/
.gitignore
blob
5cc4a0fdfa61507ab6dfd26b04df37c2e64419f8
1
*.diff
2
*.patch
3
*.orig
4
*.rej
5
6
*~
7
.#*
8
*#
9
.*.swp
10
11
*.flt
12
*.gmo
13
*.info
14
*.la
15
*.lo
16
*.o
17
*.pyc
18
*.tmp
19
*.a
20
21
.deps
22
.libs
23
24
autom4te.cache
25
config.cache
26
# GCC does not support in-tree builds, do not conceal a stray config.h:
27
# config.h
28
config.intl
29
config.log
30
config.status
31
libtool
32
POTFILES
33
*-POTFILES
34
35
TAGS
36
TAGS.sub
37
cscope.out
38
39
.local.vimrc
40
.lvimrc
41
42
.clang-format
43
.clang-tidy
44
.clangd
45
.cache
46
compile_commands.json
47
48
.gdbinit
49
.gdb_history
50
51
perf.data
52
perf.data.old
53
54
# ignore core files, but not java/net/protocol/core/
55
core
56
!core/
57
58
lost+found
59
60
# ignore ./contrib/gcc_update output
61
LAST_UPDATED
62
REVISION
63
64
stamp-*
65
*.stamp
66
67
# ignore in-tree prerequisites
68
/mpfr*
69
/mpc*
70
/gmp*
71
/isl*