forked from OpenMDAO/mphys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (54 loc) · 939 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
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
.DS_Store
*pyc
*out
*log
*plt
*dat
*swp
*f5
*bdf
*tar.gz
*vtk
*.su2
sfe_restart.cfg
flow.*
*sql
*cgns
*ugrid
*mapbc
mphys.egg-info/*
docs/build/doctrees
docs/_build
*__pycache__
build/
dist/
# input files
tests/input_files/*.xyz
# testflo
_html
.ropeproject
# n2s that might be generated under examples
examples/**/*.html
# n2s that are generated under tests for the documentation
tests/**/*.html
docs/_n2html/*
# FFD files for adflow examples
examples/aero_only/mach_tutorial_wing/adflow/*.xyz
examples/aerostructural/mach_tutorial_wing/adflow_meld_tacs/*.xyz
# DAFoam input files
tests/input_files/dafoam*
# DAFoam test outputs
tests/regression_tests/0
tests/regression_tests/constant
tests/regression_tests/FFD
tests/regression_tests/system
tests/integration_tests/0
tests/integration_tests/constant
tests/integration_tests/FFD
tests/integration_tests/system
tests/0
tests/constant
tests/FFD
tests/system
# OM output
reports