Commit 1776050f authored by Qingyu Deng's avatar Qingyu Deng

Fix failure to ignore simulink autosave file

`.autosave` does not match the name of autosave file generated by
simulink. A leading asterisk(*) is needed to match such name.
parent 9385cd82
...@@ -19,4 +19,4 @@ slprj/ ...@@ -19,4 +19,4 @@ slprj/
octave-workspace octave-workspace
# Simulink autosave extension # Simulink autosave extension
.autosave *.autosave
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment