1
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
1776050f70

+ 1 - 1
Global/Matlab.gitignore

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