From 4e95f928f0d29e070e1eede0de56fbd32c1e37ab Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@sift.net> Date: Wed, 23 Mar 2016 14:12:54 -0500 Subject: [PATCH] Don't export the ext/ subdir. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 753944a70..a4e54403a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* export-subst \ No newline at end of file +ext export-ignore +* export-subst -- GitLab