diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 01d02dd2..92061b1d 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -1,31 +1,33 @@ -# Windows default autosave extension +# Autosave files *.asv - -# OSX / *nix default autosave extension *.m~ +*.autosave +*.slx.r* +*.mdl.r* -# Compiled MEX binaries (all platforms) +# Derived content-obscured files +*.p + +# Compiled MEX files *.mex* # Packaged app and toolbox files *.mlappinstall *.mltbx +# Deployable archives +*.ctf + # Generated helpsearch folders helpsearch*/ -# Simulink code generation folders +# Code generation folders slprj/ sccprj/ - -# Matlab code generation folders codegen/ -# Simulink autosave extension -*.autosave - -# Simulink cache files +# Cache files *.slxc -# Octave session info -octave-workspace +# Cloud based storage dotfile +.MATLABDriveTag