From 6414369dfb614a5c0f013efe3615d9733637b34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=9C=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5=D0=B2=D0=B8=D1=82=D0=B8=D0=BD?= Date: Wed, 18 Jan 2023 13:20:03 +0300 Subject: [PATCH] add .gitignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d158f93 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Private folders +__* + +# Logs and Reports +*.htm +*.log + +# LTSpice artifacts +*.raw +*.net +*.plt + +# FreeCAD artifacts +*.FCStd1 + +# Altium autogenerated stuff +*.PrjMbdStructure +*.PrjPcbStructure +Project Outputs/* +History/*