mirror of
https://github.com/OMGeeky/gitignore.git
synced 2025-12-26 16:17:25 +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:
@@ -19,4 +19,4 @@ slprj/
|
||||
octave-workspace
|
||||
|
||||
# Simulink autosave extension
|
||||
.autosave
|
||||
*.autosave
|
||||
|
||||
Reference in New Issue
Block a user