From fb6cd71357bede88ef3dd8b2b9ac619cd13ca959 Mon Sep 17 00:00:00 2001 From: Ernest Gu Date: Thu, 12 Jan 2017 00:14:28 -0800 Subject: [PATCH] Fixed/Added ignore rules - *.ses files are generated by Freerouting (which is the partially integrated autorouter) - *.dsn files weren't actually being ignored --- KiCad.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index 606ed1c7..208bc4fc 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -13,7 +13,8 @@ _autosave-* *.net # Autorouter files (exported from Pcbnew) -.dsn +*.dsn +*.ses # Exported BOM files *.xml