Browse Source

Fixed/Added ignore rules

- *.ses files are generated by Freerouting (which is the partially integrated autorouter)
- *.dsn files weren't actually being ignored
Ernest Gu 8 years ago
parent
commit
fb6cd71357
1 changed files with 2 additions and 1 deletions
  1. 2 1
      KiCad.gitignore

+ 2 - 1
KiCad.gitignore

@@ -13,7 +13,8 @@ _autosave-*
 *.net
 
 # Autorouter files (exported from Pcbnew)
-.dsn
+*.dsn
+*.ses
 
 # Exported BOM files
 *.xml