From dc991431e3a6bf751c38f5f3d6039e3bd974c837 Mon Sep 17 00:00:00 2001 From: Anson Date: Wed, 21 Apr 2021 20:45:55 -0700 Subject: [PATCH] more stuff for the gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e91eb8..7bdc59d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ -*.slxc \ No newline at end of file +# Simulink / Matlab +*.slxc +slprj + +# Other +.vscode \ No newline at end of file