From be067764fcf250b744455ac239f697a7d330db91 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Thu, 21 Feb 2019 19:18:56 -0800 Subject: [PATCH] Add gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fdeee46 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.git* export-ignore +Makefile export-ignore +*.qrc export-ignore