From 5ed51163107c89ed655e0394742c2908ab339f47 Mon Sep 17 00:00:00 2001 From: Antonios Pavlakis Date: Mon, 7 Nov 2016 12:07:10 +0000 Subject: [PATCH] Add gitattributes to exclude tests folder --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..31e2ac79d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore