]> source.dussan.org Git - gitignore.git/commitdiff
Fix failure to ignore simulink autosave file 2475/head
authorQingyu Deng <bitdqy@hotmail.com>
Tue, 12 Sep 2017 06:59:52 +0000 (14:59 +0800)
committerQingyu Deng <bitdqy@hotmail.com>
Tue, 12 Sep 2017 06:59:52 +0000 (14:59 +0800)
`.autosave` does not match the name of autosave file generated by
simulink. A leading asterisk(*) is needed to match such name.

Global/Matlab.gitignore

index 09dfde64b5fa66ad2b73490ac55432d56433d756..cca150a88dd5e468115f829d54b799b54844503e 100644 (file)
@@ -19,4 +19,4 @@ slprj/
 octave-workspace
 
 # Simulink autosave extension
-.autosave
+*.autosave