From fcc8fa8b5bf2dbcb49dd8b65382ce54e58cff517 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 14 Dec 2021 13:30:41 -0500 Subject: [PATCH] Bug 577097: Add all file types to .gitattributes Change-Id: I8ad682ae5edc8d55c5372676a721abe5e1ec32cf --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6c03638d348..56063d762bb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -163,3 +163,4 @@ cdtOptions text # file permission +x *.py text *.xhtml text +*.entitlements text