From 83c49c03d7de28b18a2a3bae9f49834a9ba92d40 Mon Sep 17 00:00:00 2001 From: Michael Schloh von Bennewitz Date: Mon, 14 Jan 2019 14:02:20 +0100 Subject: [PATCH] Included git filter configuration to control irrelevant state change. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..096b58a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Avoid flagging date changes +*.pro filter=kicad_project + +# Support clean of schematic changes +*.sch filter=kicad_sch