diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b7884fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# LaTeX +*.aux +*.bbl +*.blg +*.lof +*.log +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +*.listing +*.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 + +# macos +**/.DS_Store |