From 759f35e376348161df2db1a5b10da1ce3dbf962d Mon Sep 17 00:00:00 2001 From: Igor Brylyov Date: Thu, 11 Aug 2022 12:51:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..603d622 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Temporary files KiCAD +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache +# Netlist files (exported from Eeschema) +*.net +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# ignore SolidWorks temporary files +~$*.SLDPRT +~$*.SLDASM \ No newline at end of file