diff options
author | David Barksdale <amatus@amat.us> | 2023-06-01 11:56:22 -0500 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2023-06-01 11:56:22 -0500 |
commit | 205ecba0b630d649c77078e7e9022c3fe7fba7bf (patch) | |
tree | 070fe57c02d5a1ae3357b2e9e03ed6b5a765b321 /laser-tag badge v2/.gitignore | |
parent | 95d64f4662c78237e9d17a6bc48d0dbe6586e6dd (diff) |
New v2 badge in kicad
Diffstat (limited to 'laser-tag badge v2/.gitignore')
-rw-r--r-- | laser-tag badge v2/.gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/laser-tag badge v2/.gitignore b/laser-tag badge v2/.gitignore new file mode 100644 index 0000000..c3b96bc --- /dev/null +++ b/laser-tag badge v2/.gitignore @@ -0,0 +1,27 @@ +# KiCad Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*-backups +*.kicad_prl +*.sch-bak +*~ +_autosave-* +\#auto_saved_files# +*.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 |