forked from SPECFEM/specfem3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
66 lines (55 loc) · 1.07 KB
/
.dockerignore
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
# Docker ignore folders/files
## from .gitignore:
# 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
setup/version.fh
external_libs/scotch_5.1.12b/src/libscotch/y.output
# 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
*~
# documentation
wiki/
gh-pages/
# tests
.azure-pipelines/
.github/
.travis/
# git folder (to minimize image size)
.git/branches
.git/filter-repo
.git/hooks
.git/logs
.git/modules
.git/objects
.git/refs