Browse Source

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.
Qingyu Deng 7 năm trước cách đây
mục cha
commit
1776050f70
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Global/Matlab.gitignore

+ 1 - 1
Global/Matlab.gitignore

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