Skip to content

Commit fb6cd71

Browse files
authored
Fixed/Added ignore rules
- *.ses files are generated by Freerouting (which is the partially integrated autorouter) - *.dsn files weren't actually being ignored
1 parent 2f00893 commit fb6cd71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

KiCad.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ _autosave-*
1313
*.net
1414

1515
# Autorouter files (exported from Pcbnew)
16-
.dsn
16+
*.dsn
17+
*.ses
1718

1819
# Exported BOM files
1920
*.xml

0 commit comments

Comments
 (0)