1
0
mirror of https://github.com/github/gitignore synced 2024-06-18 10:29:39 +02: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:
Qingyu Deng 2017-09-12 14:59:52 +08:00
parent 9385cd8288
commit 1776050f70

View File

@ -19,4 +19,4 @@ slprj/
octave-workspace
# Simulink autosave extension
.autosave
*.autosave