From dfaaca81c4b62885228825f3730e599c1ea06b67 Mon Sep 17 00:00:00 2001 From: Jonatan Antoni Date: Tue, 8 Jan 2019 11:52:01 +0100 Subject: [PATCH] Track *.exe files with LFS. Change-Id: I3d29462be0840c21fe300cb232b387914ac01ce2 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f9ff241622..b6f7ab8692 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,4 +17,4 @@ *.jpg binary *.a filter=lfs diff=lfs merge=lfs -text *.lib filter=lfs diff=lfs merge=lfs -text -*.exe binary +*.exe filter=lfs diff=lfs merge=lfs -text