forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
79 lines (65 loc) · 849 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
*.diff
*.patch
*.orig
*.rej
*~
.#*
*#
.*.swp
*.flt
*.gmo
*.info
*.la
*.lo
*.o
*.pyc
*.tmp
*.a
.deps
.libs
autom4te.cache
config.cache
# GCC does not support in-tree builds, do not conceal a stray config.h:
# config.h
config.intl
config.log
config.status
libtool
POTFILES
*-POTFILES
TAGS
TAGS.sub
cscope.out
.local.vimrc
.lvimrc
.clang-format
.clang-tidy
.clangd
.cache
compile_commands.json
.gdbinit
.gdb_history
perf.data
perf.data.old
# ignore core files, but not java/net/protocol/core/
core
!core/
lost+found
k1_elf_Debug_build_64
k1_elf_bootstrap_Debug_build_64
k1_nodeos_Debug_build_64
k1_nodeos_bootstrap_Debug_build_64
k1_rtems_Debug_build_64
k1_rtems_bootstrap_Debug_build_64
# ignore ./contrib/gcc_update output
LAST_UPDATED
REVISION
stamp-*
*.stamp
# ignore in-tree prerequisites
/mpfr*
/mpc*
/gmp*
/isl*
kvx_*_build*
a.out