Skip to content

Commit

Permalink
Fix failure to ignore simulink autosave file
Browse files Browse the repository at this point in the history
`.autosave` does not match the name of autosave file generated by
simulink. A leading asterisk(*) is needed to match such name.
  • Loading branch information
Ayase-252 committed Sep 12, 2017
1 parent 9385cd8 commit 1776050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Global/Matlab.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ slprj/
octave-workspace

# Simulink autosave extension
.autosave
*.autosave

0 comments on commit 1776050

Please sign in to comment.