Skip to content

Instantly share code, notes, and snippets.

@sabas1080
Created January 3, 2017 17:18
Show Gist options
  • Save sabas1080/af1dd092013d51caa1208df5cb0b8cc5 to your computer and use it in GitHub Desktop.
Save sabas1080/af1dd092013d51caa1208df5cb0b8cc5 to your computer and use it in GitHub Desktop.
gitignore for Kicad + MacOs
# Created by Andres Sabas
### KiCad ###
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*~
_autosave-*
*.tmp
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
.dsn
# Exported BOM files
*.xml
*.csv
### macOS ###
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment