-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
80 lines (75 loc) · 1.29 KB
/
.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
80
*~
*.log
*.tar.bz2
*.tar.gz
*.tar.lz
*.tar.xz
*.tgz
stamp-*
.gdb_history
/host-tools/
/rpmbuild-*/
/kernel-headers.spec
/stage1-riscv-qemu/keycodemapdb.tar.gz
/stage1-riscv-qemu/riscv-qemu.spec
/stage1-riscv-qemu/riscv-qemu-*.rpm
/stage3-kernel/linux-*
/stage3-chroot-original/
/stage3-chroot/
/stage3-disk.img
/stage3-disk.img.xz
/stage3-tdnf/tdnf.spec
/stage3-tdnf/tdnf-1.0.9-2.fc27.src.rpm
/stage4-builder.img
/stage4-disk.img
/stage4-disk.img.xz
/stage4-disk.img-pristine
/stage4-disk.img-template
/stage4-disk.img-template.tar
/stage4-hack-gcc/hack-gcc.spec
/stage4-hack-gcc/hack-gcc-*.src.rpm
/stage4-hack-gcc/hack-gcc-*.riscv64.rpm
/stage4-koji-noarch-rpms/
/autoconf-2.69/
/automake-1.15/
/bash-4.3/
/beecrypt-4.2.1/
/binutils-gdb/
/bison-3.0.4/
/bzip2-1.0.6/
/coreutils-8.25/
/diffutils-3.6/
/elfutils-0.170/
/file-5.32/
/findutils-4.6.0/
/flex-2.6.0/
/gawk-4.1.3/
/gcc/
/gettext-0.19.8/
/gmp-6.1.2/
/grep-2.25/
/gzip-1.8/
/hostname/
/jsoncpp-1.7.4/
/less-481/
/lua-5.3.4/
/m4-1.4.17/
/make-4.2.1/
/mpc-1.0.3/
/mpfr-3.1.6/
/nano-2.6.2/
/ncurses-6.0-20171216/
/patch-2.7.5/
/perl-5.24.0/
/popt-1.16/
/readline-6.3/
/rpm-b22f9609d82625ec451d48515d6d318c5bf72d83/
/screen-4.4.0/
/sed-4.2/
/strace-4b69c4736cb9b44e0bd7bef16f7f8602b5d2f113/
/tar-1.29/
/util-linux-2.31/
/vim74/
/xz-5.2.2/
/zlib-1.2.11/
/git-2.9.3/