-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
106 lines (92 loc) · 1.7 KB
/
.gitignore
File metadata and controls
106 lines (92 loc) · 1.7 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# MATLAB / Simulink
###################
# MATLAB files
*.asv
*.bak
*.mex*
*.pdb
*.pdb.flat
AppContainer*.trc
# MATLAB report generator files if generated by script and not part of source
# *_rpt.html
# *_rpt.pdf
# *_rpt.doc
# *_rpt.docx
# *_rpt.xml
# MATLAB profiler files
profview.*
# MATLAB test results if generated by script
# *.tap
# *.mldatx
# *.html
# *.pdf
# *.doc
# *.docx
# *.xml
# *.junit
# Cobertura.*
# MATLAB Simscape logging results
*.log
# MATLAB search path (user-specific)
matlabprefs.mat
# pathdef.m # Puede ser necesario si define paths cruciales, pero a menudo es específico del usuario
# MATLAB setup / support / toolbox / cache files
MATLAB_Editor_State.xml
MATLAB_View_State.xml
ObjectBrowser.dat
configuration.txt
CurrentFolder.mat
History.xml
#MATLABDesktop.xml # User-specific desktop layout
#shortcuts.xml # User-specific shortcuts
#cwdhistory.m # User-specific CWD history
matlab.prf # User-level preferences, typically not committed
matlab.settings # User-level preferences, typically not committed
slprj/
sfprj/
_clang-format-config
*_ert_rtw/
*_grt_rtw/
*_raccel_rtw/
*_rsim_rtw/
*_sfun.c
*_sfun.h
*_sfun_registry.c
*_sfun_rtw_obj/
*_sfun_zc.c
*_stf.h
*_stf.mak
*_target_rtw/
*_target_sfun/
*.obj
*.o
*.lib
*.dll
*.so
*.dylib
*.exe
*.slxc
*.rwd
*.autosave
rtw_proj.tmw
*.slx.autosave
# MATLAB Coder files
codegen/
# Simulink code generation logs
rtw_proj.tmw
# Simulink Test
# *.mldatx
# Polyspace
# Polyspace_Results_*/
# Local settings files for IDEs (if you use any with MATLAB)
.idea/
.vscode/
*.suo
*.user
# Environment specific files (e.g. from Conda, venv for Python wrappers)
.env
.venv
env/
venv/
# Ignorar la carpeta de assets si se generan localmente y se suben manualmente
# /assets/