Преглед изворни кода

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 година
родитељ
комит
1776050f70
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Global/Matlab.gitignore

+ 1 - 1
Global/Matlab.gitignore

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