Commit fb6cd713 authored by Ernest Gu's avatar Ernest Gu Committed by GitHub

Fixed/Added ignore rules

- *.ses files are generated by Freerouting (which is the partially integrated autorouter)
- *.dsn files weren't actually being ignored
parent 2f008932
...@@ -13,7 +13,8 @@ _autosave-* ...@@ -13,7 +13,8 @@ _autosave-*
*.net *.net
# Autorouter files (exported from Pcbnew) # Autorouter files (exported from Pcbnew)
.dsn *.dsn
*.ses
# Exported BOM files # Exported BOM files
*.xml *.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment