From d3303732694b3b0b10aa52680344663a13f7e6df Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 30 Jun 2022 09:26:31 -0400 Subject: [PATCH 1/8] Create MATLAB.gitignore --- MATLAB.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 MATLAB.gitignore diff --git a/MATLAB.gitignore b/MATLAB.gitignore new file mode 100644 index 00000000..8d994012 --- /dev/null +++ b/MATLAB.gitignore @@ -0,0 +1,31 @@ +# Windows default autosave extension +*.asv + +# OSX / *nix default autosave extension +*.m~ + +# Derived Content-Obscured files +*.p + +# 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 From 6dd64367a5f1c13600421a459bf555fa3b31d9fa Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 30 Jun 2022 09:29:23 -0400 Subject: [PATCH 2/8] Add .p files Add Derived Content-Obscured files (*.p) --- Global/MATLAB.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 01d02dd2..3e11d420 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -4,6 +4,9 @@ # OSX / *nix default autosave extension *.m~ +# Derived Content-Obscured files +*.p + # Compiled MEX binaries (all platforms) *.mex* From 4c08c07f0bfc77c5b22f13c7f2ecde85e9d512b5 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Wed, 6 Jul 2022 09:30:04 -0400 Subject: [PATCH 3/8] Initial version from technical folks Reviewed by @gulley @lrm29 @gwalker-dev @seangcote-home --- MATLAB.gitignore | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/MATLAB.gitignore b/MATLAB.gitignore index 8d994012..12679118 100644 --- a/MATLAB.gitignore +++ b/MATLAB.gitignore @@ -1,13 +1,14 @@ -# Windows default autosave extension +# Autosave files *.asv - -# OSX / *nix default autosave extension *.m~ +*.autosave +*.slx.r* +*.mdl.r* -# Derived Content-Obscured files +# Derived content-obscured files *.p -# Compiled MEX binaries (all platforms) +# Compiled MEX files *.mex* # Packaged app and toolbox files @@ -17,15 +18,10 @@ # 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 From e3ff3d884b5a68945ed6ec66ab7a4ce0f64a04d6 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 7 Jul 2022 09:27:20 -0400 Subject: [PATCH 4/8] Review Feedback Revised with internal review feedback --- Global/MATLAB.gitignore | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 3e11d420..3f1b1708 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -1,13 +1,14 @@ -# Windows default autosave extension +# Autosave files *.asv - -# OSX / *nix default autosave extension *.m~ +*.autosave +*.slx.r* +*.mdl.r* -# Derived Content-Obscured files +# Derived content-obscured files *.p -# Compiled MEX binaries (all platforms) +# Compiled MEX files *.mex* # Packaged app and toolbox files @@ -17,18 +18,13 @@ # 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 +# Dotfile from cloud based storage +.MATLABDriveTag From ebf0dffb3a7cb1fe7cb77922709458afcb2d8a95 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 7 Jul 2022 09:28:47 -0400 Subject: [PATCH 5/8] Update the Global/MATLAB.gitignore instead Elected to follow a PR strategy to update Global/MATLAB.gitignore first, then work to get it promoted. --- MATLAB.gitignore | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 MATLAB.gitignore diff --git a/MATLAB.gitignore b/MATLAB.gitignore deleted file mode 100644 index 12679118..00000000 --- a/MATLAB.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -# 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 - -# Generated helpsearch folders -helpsearch*/ - -# Code generation folders -slprj/ -sccprj/ -codegen/ - -# Cache files -*.slxc From 348be0078fb847b9de1b727fce32695a83606789 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 7 Jul 2022 09:33:21 -0400 Subject: [PATCH 6/8] Change MATLAB Drive comment --- Global/MATLAB.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 3f1b1708..2854d215 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -26,5 +26,5 @@ codegen/ # Cache files *.slxc -# Dotfile from cloud based storage +# Cloud based storage dotfile .MATLABDriveTag From 1fb302559613f0eca278e583c2d9f104f4fe5c93 Mon Sep 17 00:00:00 2001 From: todd-flanagan <33087988+todd-flanagan@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:12:03 -0400 Subject: [PATCH 7/8] Update MATLAB.gitignore added entry for ctf artifacts --- Global/MATLAB.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 2854d215..be8ddb36 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -15,6 +15,9 @@ *.mlappinstall *.mltbx +# Compiled deployable archives +*.ctf + # Generated helpsearch folders helpsearch*/ From 9644568fcd454795e7fa929dd3571fec67a72f2a Mon Sep 17 00:00:00 2001 From: todd-flanagan <33087988+todd-flanagan@users.noreply.github.com> Date: Fri, 8 Jul 2022 13:05:31 -0400 Subject: [PATCH 8/8] per review comments --- Global/MATLAB.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index be8ddb36..92061b1d 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -15,7 +15,7 @@ *.mlappinstall *.mltbx -# Compiled deployable archives +# Deployable archives *.ctf # Generated helpsearch folders