Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
qtkb committed Sep 3, 2019
1 parent 48e328a commit b8a67c2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rgb/pcb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
# Format documentation: http://kicad-pcb.org/help/file-formats/

# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache

# Netlist files (exported from Eeschema)
*.net

# Autorouter files (exported from Pcbnew)
*.dsn
*.ses

# Exported BOM files
*.xml
*.csv

0 comments on commit b8a67c2

Please sign in to comment.