From c2bc4ae67546ce87b631b7d6d4bb28eb6da41c03 Mon Sep 17 00:00:00 2001 From: Felix Kauselmann Date: Sun, 5 Aug 2018 13:13:03 +0200 Subject: [PATCH] Add *.qml to .gitattributes This is needed for proper line endings normilization --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 85ac5a7a..b1bd83ff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -59,6 +59,7 @@ *.h text *.h++ text *.hh text +*.qml text # Compiled Object files *.slo binary