forked from JohnCremona/eclib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
124 lines (120 loc) · 1.57 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# use glob syntax.
syntax: glob
*~
*.old
configure
Makefile
Makefile.in
*/Makefile
*/Makefile.in
autom4te.cache
m4/*
!m4/ax_*
libsrc/Makefile.jc
*/.deps
*/.libs
*/*.o
*/*.lo
*/*.la
bin/*
include/*
lib/*
share/*
newforms/*
progs/newforms/*
tests/Makefile.jc
eclib*.tar.gz
aclocal.m4
config.guess
config.sub
config.log
config.status
depcomp
install-sh
ltmain.sh
missing
libtool
*.testout
# Mac cache files
.DS_Store
# Temporary swap files
.*.swp
# Program executables
progs/aplist
progs/checkap
progs/ecnf
progs/h1bsd
progs/h1bsdcurisog
progs/h1clist
progs/h1curve
progs/h1first
progs/indep_test
progs/list_cubics
progs/moreap
progs/mwrank
progs/nfcount
progs/nfhpcurve
progs/nfhpcurve_prof
progs/nfhpmcurve
progs/pcurve
progs/point_search
progs/qexp
progs/quartic_points
progs/reduce_cubics
progs/reduce_quartics
progs/solve_conic
progs/solve_legendre
tests/allisog
tests/bigrattest
tests/checkgens
tests/comptest
tests/conductor
tests/d2
tests/hecketest
tests/homtest
tests/mattest1
tests/mattest2
tests/mhcount
tests/mmattest
tests/modtest
tests/mptest
tests/mspace
tests/mvectest
tests/nftest
tests/oftest
tests/ptest
tests/rattest
tests/smattest
tests/space1
tests/space2
tests/svectest1
tests/svectest2
tests/tate
tests/tbessel
tests/tcon2
tests/tcurve
tests/tdivpol
tests/tegr
tests/telog
tests/tequiv
tests/theight
tests/thilbert
tests/threading
tests/thtconst
tests/tilll
tests/timing
tests/tlegcert
tests/tmanin
tests/tmanin_prof
tests/tmrank
tests/tnfd
tests/torsion
tests/tp2points
tests/tperiods
tests/tpoints
tests/tsat
tests/tsat2
tests/tsat3
tests/twist
tests/vectest1
tests/vectest2