mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
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
|
||||
|
||||
# Simulink autosave extension
|
||||
.autosave
|
||||
*.autosave
|
||||
|
Loading…
Reference in New Issue
Block a user