From 2138aceb60e482016518440f9574335c40f55bac Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 8 Aug 2016 16:57:46 -0600 Subject: [PATCH] adds schematic and board autosaves to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 24690e1..304536f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -*.l#* \ No newline at end of file +*.l#* +*.b#* +*.s#*