diff options
author | Leonard Kugis <leonard@kug.is> | 2019-11-07 12:37:22 +0100 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2019-11-07 12:37:22 +0100 |
commit | fc5856df5515a1d1a1916e52e77ef39cc76227ea (patch) | |
tree | d654043f64b92cf82d07fcbf188e260d23a0e9f5 /.gitignore | |
parent | 5a92d27cb99f8c09eb8169a0c821b153821fcf23 (diff) |
Added .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..603d83b --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ + +# Created by https://www.gitignore.io/api/kicad +# Edit at https://www.gitignore.io/?templates=kicad + +### KiCad ### +# 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 +*~ +_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 + +### KiCad Patch ### +escue-backup/ + +*.tsv +bom/ + +# Gerber export output +out/ + +# End of https://www.gitignore.io/api/kicad + |