From 9a9faf8a276e2ca3885a49d685e32e6e071749c6 Mon Sep 17 00:00:00 2001 From: "Pavel V. Shatov (Meister)" Date: Wed, 23 Sep 2020 16:23:50 +0300 Subject: Don't track .xml and .csv files. These are the raw and parsed BOM lists. KiCAD's BOM generation is very limited, so I wrote a helper script to generate a more production-friendly BOM variant, see next commit. --- KiCAD/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'KiCAD') diff --git a/KiCAD/.gitignore b/KiCAD/.gitignore index 71ab86b..6bf6aa8 100644 --- a/KiCAD/.gitignore +++ b/KiCAD/.gitignore @@ -1,2 +1,5 @@ /GerberOutput/ /_autosave* + +/Cryptech Alpha.xml +/Cryptech Alpha.csv -- cgit v1.2.3