12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # Autosave files
- *.asv
- *.m~
- *.autosave
- *.slx.r*
- *.mdl.r*
- # Derived content-obscured files
- *.p
- # Compiled MEX files
- *.mex*
- # Packaged app and toolbox files
- *.mlappinstall
- *.mltbx
- # Deployable archives
- *.ctf
- # Generated helpsearch folders
- helpsearch*/
- # Code generation folders
- slprj/
- sccprj/
- codegen/
- # Cache files
- *.slxc
- **/*.pyc
- **/*.c
- # Cloud based storage dotfile
- .MATLABDriveTag
- **/conf/
- **/target/
- **/output/
- **/testData/
- **/testOutput/
- **/source_code_original/
- **/build/
- **/dist/
- **/log/
- **/*.egg-info/
- **/__pycache__/
- **/*venv/
|