Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8de5466

Browse files
Create .gitignore
1 parent 9dcb039 commit 8de5466

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

‎.gitignore‎

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
# MATLAB / Simulink
2+
###################
3+
# MATLAB files
4+
*.asv
5+
*.bak
6+
*.mex*
7+
*.pdb
8+
*.pdb.flat
9+
AppContainer*.trc
10+
11+
# MATLAB report generator files if generated by script and not part of source
12+
# *_rpt.html
13+
# *_rpt.pdf
14+
# *_rpt.doc
15+
# *_rpt.docx
16+
# *_rpt.xml
17+
18+
# MATLAB profiler files
19+
profview.*
20+
21+
# MATLAB test results if generated by script
22+
# *.tap
23+
# *.mldatx
24+
# *.html
25+
# *.pdf
26+
# *.doc
27+
# *.docx
28+
# *.xml
29+
# *.junit
30+
# Cobertura.*
31+
32+
# MATLAB Simscape logging results
33+
*.log
34+
35+
# MATLAB search path (user-specific)
36+
matlabprefs.mat
37+
# pathdef.m # Puede ser necesario si define paths cruciales, pero a menudo es específico del usuario
38+
39+
# MATLAB setup / support / toolbox / cache files
40+
MATLAB_Editor_State.xml
41+
MATLAB_View_State.xml
42+
ObjectBrowser.dat
43+
configuration.txt
44+
CurrentFolder.mat
45+
History.xml
46+
#MATLABDesktop.xml # User-specific desktop layout
47+
#shortcuts.xml # User-specific shortcuts
48+
#cwdhistory.m # User-specific CWD history
49+
matlab.prf # User-level preferences, typically not committed
50+
matlab.settings # User-level preferences, typically not committed
51+
52+
slprj/
53+
sfprj/
54+
_clang-format-config
55+
*_ert_rtw/
56+
*_grt_rtw/
57+
*_raccel_rtw/
58+
*_rsim_rtw/
59+
*_sfun.c
60+
*_sfun.h
61+
*_sfun_registry.c
62+
*_sfun_rtw_obj/
63+
*_sfun_zc.c
64+
*_stf.h
65+
*_stf.mak
66+
*_target_rtw/
67+
*_target_sfun/
68+
*.obj
69+
*.o
70+
*.lib
71+
*.dll
72+
*.so
73+
*.dylib
74+
*.exe
75+
*.slxc
76+
*.rwd
77+
*.autosave
78+
rtw_proj.tmw
79+
*.slx.autosave
80+
81+
# MATLAB Coder files
82+
codegen/
83+
84+
# Simulink code generation logs
85+
rtw_proj.tmw
86+
87+
# Simulink Test
88+
# *.mldatx
89+
90+
# Polyspace
91+
# Polyspace_Results_*/
92+
93+
# Local settings files for IDEs (if you use any with MATLAB)
94+
.idea/
95+
.vscode/
96+
*.suo
97+
*.user
98+
99+
# Environment specific files (e.g. from Conda, venv for Python wrappers)
100+
.env
101+
.venv
102+
env/
103+
venv/
104+
105+
# Ignorar la carpeta de assets si se generan localmente y se suben manualmente
106+
# /assets/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /