From 2e918764024215f31c8194ea14c52cfccff59548 Mon Sep 17 00:00:00 2001 From: Adrian Pop <adrian.pop@liu.se> Date: Thu, 16 Aug 2018 10:59:51 +0200 Subject: [PATCH] update .gitattributes --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitattributes b/.gitattributes index e88c771000..855a936bd2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,17 @@ +# Autodetect text files +* text=auto + +# ...Unless the name matches the following +# overriding patterns + +# Definitively text files +*.txt text +*.c text +*.h text +*.y text +*.ac text +*.m4 text + *.dll binary *.exe binary *.a binary -- GitLab