From 7ece9e613c911a5c59254ac99a39ee701186905c Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Mon, 12 Nov 2018 15:34:06 +1100 Subject: [PATCH] Ignore MATLAB .asv files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 062346c..c0aec1a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ .idea # DotEnv configuration -.env \ No newline at end of file +.env +*.asv