repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
.gitignore
blob
0a40764c95845dac633c29d40a3e72fbb81fd4d9
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
*.a
19
20
.deps
21
.libs
22
23
autom4te.cache
24
config.cache
25
config.h
26
config.intl
27
config.log
28
config.status
29
libtool
30
POTFILES
31
*-POTFILES
32
33
TAGS
34
TAGS.sub
35
36
.local.vimrc
37
.lvimrc
38
39
.clang-format
40
.clang-tidy
41
.clangd
42
.cache
43
compile_commands.json
44
.vscode
45
46
.gdbinit
47
.gdb_history
48
49
perf.data
50
perf.data.old
51
52
# gnu global files
53
GPATH
54
GRTAGS
55
GTAGS
56
GSYMS
57
58
# ignore core files, but not java/net/protocol/core/
59
core
60
!core/
61
62
lost+found
63
64
# ignore ./contrib/gcc_update output
65
LAST_UPDATED
66
REVISION
67
68
stamp-*
69
*.stamp
70
71
# ignore in-tree prerequisites
72
/mpfr*
73
/mpc*
74
/gmp*
75
/isl*
76
/gettext*