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
[PATCH 3/57][Arm][GAS] Add support for MVE instructions: vabs and vneg
[binutils-gdb.git]
/
.gitignore
blob
4460159c84260af7fdceb36fc28974c1e777243f
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
41
.gdbinit
42
.gdb_history
43
44
# ignore core files, but not java/net/protocol/core/
45
core
46
!core/
47
48
lost+found
49
50
# ignore ./contrib/gcc_update output
51
LAST_UPDATED
52
REVISION
53
54
stamp-*
55
*.stamp
56
57
# ignore in-tree prerequisites
58
/mpfr*
59
/mpc*
60
/gmp*
61
/isl*