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
[Ada] Remove repeated setting of Never_Set_In_Source
[official-gcc.git]
/
.gitignore
blob
021a8c74185642ddb8fab84f83e245518f261075
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
config.h
27
config.intl
28
config.log
29
config.status
30
libtool
31
POTFILES
32
*-POTFILES
33
34
TAGS
35
TAGS.sub
36
cscope.out
37
38
.local.vimrc
39
.lvimrc
40
41
.clang-format
42
.clang-tidy
43
.clangd
44
.cache
45
compile_commands.json
46
47
.gdbinit
48
.gdb_history
49
50
perf.data
51
perf.data.old
52
53
# ignore core files, but not java/net/protocol/core/
54
core
55
!core/
56
57
lost+found
58
59
# ignore ./contrib/gcc_update output
60
LAST_UPDATED
61
REVISION
62
63
stamp-*
64
*.stamp
65
66
# ignore in-tree prerequisites
67
/mpfr*
68
/mpc*
69
/gmp*
70
/isl*