From 34d354b2de094671d10f479cc84ca6ef1da3c993 Mon Sep 17 00:00:00 2001 From: juj Date: Fri, 14 Oct 2016 00:50:49 +0300 Subject: Add .gitattributes that enforces all archive files are treated as text. (#768) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..27470600d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.a -text -- cgit v1.2.3