-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.gitignore
141 lines (137 loc) · 1.78 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# use glob syntax.
syntax: glob
*~
*.old
configure
Makefile
Makefile.in
eclib.pc
*/Makefile
*/Makefile.in
autom4te.cache
ar-lib
compile
m4/*
!m4/ax_*
libsrc/Makefile.jc
*/.deps
*/.libs
*/*.o
*/*.lo
*/*.la
bin/*
include/*
lib/*
share/*
newforms
progs/newforms
progs/smallnf
progs/curves
tests/newforms
tests/smallnf
eclib*.tar.gz
eclib*.tar.bz2
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/cubics
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/mattest3
tests/mhcount
tests/mmattest
tests/modtest
tests/mptest
tests/mspace
tests/mvectest
tests/nftest
tests/oftest
tests/ptest
tests/rattest
tests/smattest1
tests/smattest2
tests/smattest3
tests/space1
tests/space2
tests/space3
tests/svectest1
tests/svectest2
tests/svectest3
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/tlatconst
tests/tmanin
tests/tmanin_prof
tests/tmrank
tests/tnfd
tests/torsion
tests/tp2points
tests/tperiods
tests/tpoints
tests/tsatbnd
tests/tsat
tests/tsat2
tests/tsat3
tests/tversion
tests/twist
tests/vectest1
tests/vectest2
tests/vectest3