Przeglądaj źródła

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 lat temu
rodzic
commit
fb6cd71357
1 zmienionych plików z 2 dodań i 1 usunięć
  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