mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ slprj/
|
|||
octave-workspace
|
||||
|
||||
# Simulink autosave extension
|
||||
.autosave
|
||||
*.autosave
|
||||
|
|
Loading…
Add table
Reference in a new issue