forked from SPECFEM/specfem3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
40 lines (36 loc) · 769 Bytes
/
.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
# Configure time
aclocal.m4
autom4te.cache
config.log
config.status
config.h
/Makefile
setup/config.fh
setup/constants.h
setup/constants_inverse_problem.h
setup/constants_tomography.h
setup/precision.h
# Build time
bin/
lib/
obj/
src/decompose_mesh/*.mod
src/generate_databases/*.mod
src/meshfem3D/*.mod
src/specfem3D/*.mod
*__genmod.f90
# documentation
manual_SPECFEM3D_Cartesian.aux
manual_SPECFEM3D_Cartesian.bbl
doc/USER_MANUAL/manual_SPECFEM3D_Cartesian.blg
doc/USER_MANUAL/manual_SPECFEM3D_Cartesian.brf
doc/USER_MANUAL/manual_SPECFEM3D_Cartesian.log
doc/USER_MANUAL/manual_SPECFEM3D_Cartesian.out
doc/USER_MANUAL/manual_SPECFEM3D_Cartesian.synctex.gz
doc/USER_MANUAL/manual_SPECFEM3D_Cartesian.toc
doc/USER_MANUAL/Schedule
# Trash files
.*swp
.*swo
.*swn
*~