diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-12-23 14:45:43 -0600 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-12-23 20:45:43 +0000 |
commit | 071e7c4f0a31ee8b2039b90bb478f13cac62abae (patch) | |
tree | a519f0c112ecc6aa221cceed3d6f39d12734250e | |
parent | 2de8b27dd1a109e923af7e9026e541539ec054ed (diff) | |
download | gitea-071e7c4f0a31ee8b2039b90bb478f13cac62abae.tar.gz gitea-071e7c4f0a31ee8b2039b90bb478f13cac62abae.zip |
Update matlab gitignore? (#9478)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
-rw-r--r-- | options/gitignore/Matlab | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/gitignore/Matlab b/options/gitignore/Matlab index 46a83d635b..01d02dd2e4 100644 --- a/options/gitignore/Matlab +++ b/options/gitignore/Matlab @@ -24,5 +24,8 @@ codegen/ # Simulink autosave extension *.autosave +# Simulink cache files +*.slxc + # Octave session info octave-workspace |