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.
This commit is contained in:
parent
9385cd8288
commit
1776050f70
@ -19,4 +19,4 @@ slprj/
|
|||||||
octave-workspace
|
octave-workspace
|
||||||
|
|
||||||
# Simulink autosave extension
|
# Simulink autosave extension
|
||||||
.autosave
|
*.autosave
|
||||||
|
Loading…
Reference in New Issue
Block a user