Skip to content

Commit 1776050

Browse files
committed
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.
1 parent 9385cd8 commit 1776050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Global/Matlab.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ slprj/
1919
octave-workspace
2020

2121
# Simulink autosave extension
22-
.autosave
22+
*.autosave

0 commit comments

Comments
 (0)