Explorar el Código

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 hace 7 años
padre
commit
1776050f70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Global/Matlab.gitignore

+ 1 - 1
Global/Matlab.gitignore

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