-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (38 loc) · 892 Bytes
/
.gitignore
File metadata and controls
48 lines (38 loc) · 892 Bytes
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
/mandyoc
__pycache__
.pytest_cache
bin
references
# Ignore the documentation building folder
docs/_build
# Ignore output when run the test
tests/**/output
tests/test_summary.txt
# Ignore output when run the examples
examples/*/density_*
examples/*/heat_*
examples/*/pressure_*
examples/*/strain_*
examples/*/strain_rate_*
examples/*/temperature_*
examples/*/sp_surface_global_*
examples/*/viscosity_*
examples/*/step_*
examples/*/time_*
examples/*/bc_*
examples/*/velocity_*
examples/*/*_init.bin
examples/*/*_init.bin.info
# Ignore the input file due to they can be generated using the script
examples/*/input_temperature_0.txt
examples/*/input_velocity_0.txt
examples/*/param.txt
examples/*/interfaces.txt
# Ignore some examples figures
examples/continental_rift/*.png
examples/Crameri2012_case2/interfaces.png
.vscode/
.DS_store
examples/*/.ipynb_*
# Ignore build files:
src/*.o