-
Notifications
You must be signed in to change notification settings - Fork 43
/
.gitignore
96 lines (81 loc) · 1.17 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
configure
aclocal.m4
autom4te.cache
config.in
Makefile.in
compile
config\.cache
config\.h
config\.log
config\.m4
config\.status
gmp\.h
mp\.h
libtool
ltmain.sh
stamp-h1
Makefile
doc/mdate-sh
doc/texinfo.tex
install-sh
missing
ylwrap
gmp-mparam.h
gen-bases
gen-fac_ui
gen-fib
gen-jacobitab
gen-psqr
gen-trialdivtab
mp_bases.h
fib_table.h
trialdivtab.h
fac_table.h
mpn/perfsqr.h
mpn/jacobitab.h
mpz/fac_ui.h
doc/gmp.info*
doc/stamp-vti
doc/version.texi
# All source files in mpn/ are either generated, or links
mpn/*.c
mpn/*.asm
demos/pexpr-config.h
demos/calc/calc-config.h
demos/calc/calc.c
demos/calc/calc.h
tests/t-*
tests/*/t-*
tests/mpf/reuse
tests/mpz/bit
tests/mpz/convert
tests/mpz/dive
tests/mpz/dive_ui
tests/mpz/io
tests/mpz/logic
tests/mpz/reuse
test-driver
tune/sqr_basecase.c
mini-gmp/tests/t-add
mini-gmp/tests/t-sub
mini-gmp/tests/t-mul
mini-gmp/tests/t-invert
mini-gmp/tests/t-div
mini-gmp/tests/t-div_2exp
mini-gmp/tests/t-double
mini-gmp/tests/t-gcd
mini-gmp/tests/t-lcm
mini-gmp/tests/t-sqrt
mini-gmp/tests/t-powm
mini-gmp/tests/t-logops
mini-gmp/tests/t-bitops
mini-gmp/tests/t-scan
mini-gmp/tests/t-str
mini-gmp/tests/t-reuse
COPYING
.libs
*.a
*.la
*.o
*.lo
*.exe