From 814c22d5090d6d2c6451f4ba4fce3cccc6f18aa1 Mon Sep 17 00:00:00 2001 From: Davide Bortolami Date: Mon, 6 Jan 2020 19:38:48 +0100 Subject: [PATCH] Added Altium Designer --- Altium.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Altium.gitignore diff --git a/Altium.gitignore b/Altium.gitignore new file mode 100644 index 00000000..36128512 --- /dev/null +++ b/Altium.gitignore @@ -0,0 +1,31 @@ +# Exclude temporary Altium Designer files +*.PrjPCBStructure +*.SchDocPreview +*.PcbDocPreview +__Previews +*.PrjPcbStructure +*.Dat +*.REP +*.TLT +*.htm +*.$$$ + +# Exclude logs +*.LOG +*.log +*.err + +# Exclude build directories +Project\ Outputs +Project\ Logs +Project Outputs for* + +# Exclude History directory +History + + +# Exclude libraries autosaves +*.PvLib.Zip +*.Schlib.Zip +*.DbLib.Zip +*.PcbLib.Zip