Przeglądaj źródła

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 lat temu
rodzic
commit
1776050f70
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Global/Matlab.gitignore

+ 1 - 1
Global/Matlab.gitignore

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