This commit is contained in:
Razvalyaev 2024-12-27 10:55:18 +03:00
parent da2cd65e9a
commit 06c76feb3b
5 changed files with 35 additions and 1 deletions

36
.gitignore vendored
View File

@ -1,3 +1,37 @@
# ---> MATLAB
# Windows default autosave extension
*.asv
# OSX / *nix default autosave extension
*.m~
# Compiled MEX binaries (all platforms)
*.mex*
# Packaged app and toolbox files
*.mlappinstall
*.mltbx
# Generated helpsearch folders
helpsearch*/
# Simulink code generation folders
slprj/
sccprj/
# Matlab code generation folders
codegen/
# Simulink autosave extension
*.autosave
# Simulink cache files
*.slxc
# Octave session info
octave-workspace
/.vs/Inu_im_2wnd_3lvl_23550/v16/.suo
/.vs/Inu_im_2wnd_3lvl_23550/v16/Browse.VC.db
/.vs/Inu_im_2wnd_3lvl_23550/v16/Browse.VC.db-shm
@ -22,4 +56,4 @@
/slprj/
/.vs/
/.vs/

Binary file not shown.

Binary file not shown.

Binary file not shown.