From 7ae165923c9a3259edf18a2ae535e7759f0f21ff Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Tue, 5 Apr 2022 21:28:49 +0200 Subject: [PATCH] Updated .gitignore. --- .gitignore | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cce2d4a..baae682 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,55 @@ # Atmel -Debug/ \ No newline at end of file +Debug/ +Release + +# Kicad +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.kicad_sch-bak +*.-backups +*.kicad_prl +*.sch-bak +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache +~*.lck +\#auto_saved_files# +report.txt +# Generated Kicad +*.net +*.dsn +*.ses +*.xml +*.csv +*.gbr +*.drl + +# Freecad +*.bak +*.FCStd1 +*.FCStd2 +*.FCStd3 +*.FCStd4 +*.FCStd5 +*.FCStd6 +*.FCStd7 +*.FCStd8 +*.FCStd9 +*.backup +*.pyc +*.pyo +*.swp +*.swx + + +# Project-specific files +*.pdf +*.ods +*.docx +*.pptx +*.zip +*.svg \ No newline at end of file