-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
79 lines (78 loc) · 2.16 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
*.a
*.o
*.dSYM
*.mod
.gmt*
*.so
*.so.?
FFFTW/test_FFFTW/*.xy
FFFTW/test_FFFTW/test_FFFTW
anisotropy_ajn/test_axial_average
anisotropy_ajn/test_CIJ_brow_chev
anisotropy_ajn/test_CIJ_tandon_and_weng
anisotropy_ajn/test_Reuss_av
anisotropy_ajn/test_Voigt_av
anisotropy_ajn/test_flip
anisotropy_ajn/test_global_VTI
anisotropy_ajn/test_panning_VTI
anisotropy_ajn/test_rot_euler
anisotropy_ajn/test_tensor_rot
anisotropy_ajn/test_transform_M
anisotropy_ajn/test_symm
anisotropy_ajn/test_disp
anisotropy_ajn/test_tensor_rot
data/*
plate_motion/apm
plate_motion/plate_name
plate_motion/plate_name_list
plate_motion/spread
plate_motion/test_inout
plate_motion/test_plate_motion
spherical_splines/knot_points_AP.xy
spherical_splines/knot_points_B.xy
spherical_splines/out_AP.grd
spherical_splines/out_AP.ps
spherical_splines/out_AP.xy
spherical_splines/out_B.grd
spherical_splines/out_B.ps
spherical_splines/out_B.xy
spherical_splines/out_SH.grd
spherical_splines/out_SH.ps
spherical_splines/out_SH.xy
spherical_splines/test_AP_width2h
spherical_splines/test_SHTOOLS
spherical_splines/test_spherical_splines
spherical_splines/test_spherical_splines_AP
test_EC_grid/test_EC_grid_dump_file_bin
test_f90sac/test_f90sac
test_spherical_geometry/test_gcp_points
test_spherical_geometry/test_sg_gcp_to_azimuth*
test_spherical_geometry/test_sphere_sample
test_spherical_geometry/test_step
test_spherical_geometry/test_vincenty
test_splitwave/*BHE
test_splitwave/*BHN
test_splitwave/*BHZ
test_splitwave/test_misfit
test_splitwave/test_misfit_ecs
test_splitwave/test_splitwave
test_statistical/F_cum
test_statistical/beta
test_statistical/chi2_95
test_statistical/circ_disp
test_statistical/f
test_statistical/f_dist
test_statistical/fact
test_statistical/incomp_beta
test_statistical/reg_beta
test_statistical/small_bootstrap
test_statistical/von_Mieses
test_statistical/sph_mean
test_sphere_tesselate/tesselation_around_point
test_sphere_tesselate/generate_list_neighbours
test_sphere_tesselate/save_and_load_list_neighbours
test_sphere_tesselate/test_list_of_neighbours.*
test_sphere_tesselate/load_neighbours_from_cache
# Programs derived from module subroutines: ignore binaries but keep directories
progs/bin/*
progs/obj/*