From 1d27c84a9515caaeafa8a6d00b831b4ca52bc541 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Tue, 16 Oct 2018 12:24:29 +0200 Subject: [PATCH] Exclude matlab .autosave files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9e1f2d4..a7bccfd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ */avr/compiled */linux/compiled +*/matlab/*.autosave *~ \ No newline at end of file -- GitLab