]> source.dussan.org Git - gitignore.git/commitdiff
Fixed/Added ignore rules 2243/head
authorErnest Gu <ernest.gu.3.14@gmail.com>
Thu, 12 Jan 2017 08:14:28 +0000 (00:14 -0800)
committerGitHub <noreply@github.com>
Thu, 12 Jan 2017 08:14:28 +0000 (00:14 -0800)
- *.ses files are generated by Freerouting (which is the partially integrated autorouter)
- *.dsn files weren't actually being ignored

KiCad.gitignore

index 606ed1c7b4dbd9ed1636d789d7b91d62ff84d336..208bc4fc591b2af2a6dd12e6b88445d283e76eb9 100644 (file)
@@ -13,7 +13,8 @@ _autosave-*
 *.net
 
 # Autorouter files (exported from Pcbnew)
-.dsn
+*.dsn
+*.ses
 
 # Exported BOM files
 *.xml