-
Notifications
You must be signed in to change notification settings - Fork 92
/
.gitignore
93 lines (76 loc) · 959 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Gitignore
~$README.docx
ControllerSchematic.pptx
# Compiled code, unnecessary for git
Source/Obj_win32
Source/Obj_lin64
*.mod
Source/x64/
Source/Release/
*build*
Makefile
*/install/*
*test_out*
*CMakeFiles*
# Archive
Scripts/CompileDISCONHereCopyRun\.cmd
\.vs/
# Temp Files
*~
.DS_Store
*.u2d
*.i90
*.swp
# python compiled files
__pycache__/
.cache
*.pyc
*.egg-info
dist
build
_build
*.ipynb_checkpoints*
*.html
# macOS files
.DS_Store
# MATLAB files
*.m~
*slprj*
# ide settings and files
.idea
.vscode
# OpenFAST generated files
*.sum
*.ech
*.dbg
*.dbg2
*.out
*.outb
*.dbg
*.vtp
# ROSCO files
*.85
*.i90
*local*
*build*
# Binaries
*.dylib
*.so
*.dll
*.bts
# Other
.pytest_cache
examples/cp_ct_cq_lut.p
# Files Generated in Examples
Examples/DISCON.IN
Examples/DISCON_zmq.IN
Examples/*.p
# Exclude testing results
ROSCO_testing/results/
ROSCO_testing/testing
# Simulink/Matlab temp files
*.slxc
*.autosave
*.mat
# OpenFAST outputs
outputs/