forked from WEC-Sim/WEC-Sim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (84 loc) · 1.01 KB
/
.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
$ cat .gitignore
# File Extensions
*~
*.acn
*.acr
*.alg
*.asv
*.autosave
*.aux
*.bak
*.bat
*.bbl
*.blg
*.c
*.DS_Store
*.dvi
*.exp
*.fig
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lib
*.lof
*.log
*.lot
*.maf
*.mak
*.map
*.mex
*.mex64
*.mex*
*.mol
*.mtc
*.mtc0
*.mtc1
*.mtc3
*.o
*.obj
*.slxc
*.sublime-workspace
*.sublime-project
*.synctex
*.synctex.gz
*.synctex.gz(busy)
*.toc
*.tws
*.vtp
*.zip
# MATLAB
**/output/
**/output_previous/
**/slprj/
*build_exception*
# BEMIO
*.h5
**/__pycache__/
#Examples
wecSimInputFile_simulinkCustomParameters.m
**.slx.r2019b
# Tests
/tests/**/**/*.mat
/tests/**/*.mat
/tests/CompilationTests/
/tests/runFromSimulinkTests/
!/tests/**/**/regular_org.mat
!/tests/**/**/regularCIC_org.mat
!/tests/**/**/regularSS_org.mat
!/tests/**/**/irregularSS_org.mat
!/tests/**/**/irregularCIC_org.mat
!/tests/**/**/RegYaw_org.mat
!/tests/**/**/IrrYaw_org.mat
# moorDyn
source/functions/moorDyn/*
!source/functions/moorDyn/README.md
# docs build directory
docs/_build
# Other
.DS_Store
view_html.sh
*vis-temp*