69 lines
768 B
Plaintext
69 lines
768 B
Plaintext
# 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
|
|
|
|
# Cloud based storage dotfile
|
|
.MATLABDriveTag
|
|
|
|
# buildtool cache folder
|
|
.buildtool/
|
|
|
|
# SimBiology backup files
|
|
*.sbproj.backup
|
|
*.sbproj.bak
|
|
|
|
# Sandbox contents
|
|
sandbox/*
|
|
|
|
# Videos
|
|
*.mp4
|
|
*.avi
|
|
|
|
# Figures
|
|
*.fig
|
|
|
|
# Python Virtual Environment
|
|
aerpaw/venv/
|
|
aerpaw/venv/*
|
|
|
|
# Pycache
|
|
__pycache__
|
|
|
|
# aerpaw stuff
|
|
aerpaw/build/
|
|
aerpaw/build/*
|
|
aerpaw/client/__pycache__/
|
|
aerpaw/client/__pycache__/*
|
|
aerpaw/codegen/
|
|
aerpaw/codegen/*
|
|
|
|
# results
|
|
*.csv
|