From d74c329d019a89df4933fc1fd93aa92c677eadd3 Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Wed, 29 Mar 2017 23:59:22 -0400 Subject: [PATCH] Add .gitattributes --- .gitattributes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b04d52b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +# Autodetect text files +* text=auto + +# Enforce text mode +*.c text +*.cmake text +*.conf text +*.cpp text +*.css text +*.desktop text +*.h text +*.html text +*.in text +*.md text +*.pri text +*.pro text +*.qrc text +*.ui text +*.yml text +CMakeLists.txt text +COPYING + +# Binary files +*.icns binary +*.ico binary +*.png binary