From: Ernest Gu Date: Thu, 12 Jan 2017 08:14:28 +0000 (-0800) Subject: Fixed/Added ignore rules X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2243%2Fhead;p=gitignore.git Fixed/Added ignore rules - *.ses files are generated by Freerouting (which is the partially integrated autorouter) - *.dsn files weren't actually being ignored --- 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