diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..126ce2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# LaTeX +*.aux +*.bbl +*.blg +*.lof +*.log +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +*.listing +*.pdf +*.synctex* +*latexmx +*latexmk + +# KiCad +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*.kicad_prl +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache |