forked from SPECFEM/specfem2d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (62 loc) · 2.2 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
# Configure time
aclocal.m4
autom4te.cache
config.log
config.status
/Makefile
setup/config.h
setup/constants.h
setup/precision.h
# Scotch files
src/meshfem2D/scotch_5.1.12b/src/Makefile.inc
src/meshfem2D/scotch_5.1.12b/bin/
src/meshfem2D/scotch_5.1.12b/include/
src/meshfem2D/scotch_5.1.12b/lib/
src/meshfem2D/scotch_5.1.12b/src/libscotch/*.o
src/meshfem2D/scotch_5.1.12b/src/libscotch/*.a
src/meshfem2D/scotch_5.1.12b/src/libscotch/dummysizes
src/meshfem2D/scotch_5.1.12b/src/libscotch/parser_ll.c
src/meshfem2D/scotch_5.1.12b/src/libscotch/parser_ly.h
src/meshfem2D/scotch_5.1.12b/src/libscotch/parser_yy.c
src/meshfem2D/scotch_5.1.12b/src/libscotch/scotch.h
src/meshfem2D/scotch_5.1.12b/src/libscotch/scotchf.h
src/meshfem2D/scotch_5.1.12b/src/libscotch/y.output
src/meshfem2D/scotch_5.1.12b/src/libscotchmetis/*.o
src/meshfem2D/scotch_5.1.12b/src/libscotchmetis/libscotchmetis.a
src/meshfem2D/scotch_5.1.12b/src/scotch/acpl
src/meshfem2D/scotch_5.1.12b/src/scotch/amk_ccc
src/meshfem2D/scotch_5.1.12b/src/scotch/amk_fft2
src/meshfem2D/scotch_5.1.12b/src/scotch/amk_grf
src/meshfem2D/scotch_5.1.12b/src/scotch/amk_hy
src/meshfem2D/scotch_5.1.12b/src/scotch/amk_m2
src/meshfem2D/scotch_5.1.12b/src/scotch/amk_p2
src/meshfem2D/scotch_5.1.12b/src/scotch/atst
src/meshfem2D/scotch_5.1.12b/src/scotch/gbase
src/meshfem2D/scotch_5.1.12b/src/scotch/gcv
src/meshfem2D/scotch_5.1.12b/src/scotch/gmap
src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_hy
src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_m2
src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_m3
src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_msh
src/meshfem2D/scotch_5.1.12b/src/scotch/gmk_ub2
src/meshfem2D/scotch_5.1.12b/src/scotch/gmtst
src/meshfem2D/scotch_5.1.12b/src/scotch/gord
src/meshfem2D/scotch_5.1.12b/src/scotch/gotst
src/meshfem2D/scotch_5.1.12b/src/scotch/gout
src/meshfem2D/scotch_5.1.12b/src/scotch/gpart
src/meshfem2D/scotch_5.1.12b/src/scotch/gscat
src/meshfem2D/scotch_5.1.12b/src/scotch/gtst
src/meshfem2D/scotch_5.1.12b/src/scotch/mcv
src/meshfem2D/scotch_5.1.12b/src/scotch/mmk_m2
src/meshfem2D/scotch_5.1.12b/src/scotch/mmk_m3
src/meshfem2D/scotch_5.1.12b/src/scotch/mord
src/meshfem2D/scotch_5.1.12b/src/scotch/mtst
# Build time
bin/*
obj/*
*.mod
*__genmod.f90
# Trash files
.*swp
.*swo
*~